IDTSODBCHandles100.hdbc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer that contains the ODBC database connection handle.
public:
property int hdbc { int get(); };
[System.Runtime.InteropServices.DispId(2)]
public int hdbc { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.hdbc : int
Public ReadOnly Property hdbc As Integer
Property Value
An Integer that contains the ODBC database connection handle.
- Attributes