Proprietà IDTSODBCHandles100.hdbc

Returns an Integer that contains the ODBC database connection handle.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property hdbc As Integer 
    Get
'Utilizzo
Dim instance As IDTSODBCHandles100 
Dim value As Integer 

value = instance.hdbc
int hdbc { get; }
property int hdbc {
    int get ();
}
abstract hdbc : int
function get hdbc () : int

Valore proprietà

Tipo: System.Int32
An Integer that contains the ODBC database connection handle.

Vedere anche

Riferimento

IDTSODBCHandles100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper