DBKINDENUM Enum

Definitie

Let op

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Biedt een opsomming voor gebruik door de hulpprogramma's voor het upgraden van Visual Basic 6.0-toepassingen naar Visual Basic.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public enum class DBKINDENUM
[System.Runtime.InteropServices.ComVisible(false)]
public enum DBKINDENUM
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public enum DBKINDENUM
[<System.Runtime.InteropServices.ComVisible(false)>]
type DBKINDENUM = 
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type DBKINDENUM = 
Public Enum DBKINDENUM
Overname
DBKINDENUM
Kenmerken

Velden

Name Waarde Description
DBKIND_GUID_NAME 0

0

DBKIND_GUID_PROPID 1

1

DBKIND_NAME 2

2

DBKIND_PGUID_NAME 3

3

DBKIND_PGUID_PROPID 4

4

DBKIND_PROPID 5

5

DBKIND_GUID 6

6

Opmerkingen

Note

Functies en objecten in de naamruimte Microsoft.VisualBasic.Compatibility.VB6 worden gebruikt door de hulpprogramma's voor het upgraden van Visual Basic 6.0 naar Visual Basic. In de meeste gevallen zijn deze functies en objecten dubbele functionaliteit die u kunt vinden in andere naamruimten in het .NET Framework. Ze zijn alleen nodig wanneer het codemodel Visual Basic 6.0 aanzienlijk verschilt van de .NET Framework-implementatie.

Van toepassing op