IDTSODBCHandles100.hdbc プロパティ

ODBC データベース接続ハンドルを表す Integer を返します。

名前空間:  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
ODBC データベース接続ハンドルを表す Integer です。

関連項目

参照

IDTSODBCHandles100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間