IDTSODBCHandles100.hdbc 属性

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.

请参阅

参考

IDTSODBCHandles100 接口

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间