Compartir a través de


IDTSODBCHandles100.hdbc Propiedad

Returns an Integer that contains the ODBC database connection handle.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property hdbc As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IDTSODBCHandles100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper