Partager via


Propriété IDTSODBCHandles100.hdbc

Returns an Integer that contains the ODBC database connection handle.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property hdbc As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSODBCHandles100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper