Returns an Integer that contains the ODBC database connection handle.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
ReadOnly Property hdbc As Integer
Get
‘사용 방법
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
속성 값
유형: System.Int32
An Integer that contains the ODBC database connection handle.