다음을 통해 공유


hdbc 속성

Returns an Integer that contains the ODBC database connection handle.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap

구문

‘선언
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.