DBKINDENUM Enum

Definition

Caution

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

Provides an enumeration for use by the tools for upgrading Visual Basic 6.0 applications to Visual Basic.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Inheritance
DBKINDENUM
Attributes

Fields

DBKIND_GUID 6

6

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

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to