Propriedade hdbc
Returns an Integer that contains the ODBC database connection handle.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Int32
An Integer that contains the ODBC database connection handle.
Consulte também