DBID Struct

Definition

Caution

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

Provides a Structure that is used internally in an application that has been upgraded from Visual Basic 6.0.

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

public value class DBID
[System.Runtime.InteropServices.ComVisible(false)]
public struct DBID
[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 struct DBID
[<System.Runtime.InteropServices.ComVisible(false)>]
type DBID = struct
[<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 DBID = struct
Public Structure DBID
Inheritance
Attributes

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 2008. 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.

Fields

dbkind

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

A field for the internal DBID structure.

uGuid

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

A field for the internal DBID structure.

uName

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

A field for the internal DBID structure.

Applies to