IDTSODBCHandles100 インターフェイス

定義

ODBC 接続のネイティブ インターフェイスを定義します。 AcquireConnection(Object) の種類が ODBC である場合、このインターフェイスへの参照が ConnectionManager メソッドから返されます。

public interface class IDTSODBCHandles100
[System.Runtime.InteropServices.Guid("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSODBCHandles100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("20EFECD1-5E6C-4E22-80C6-BD099C734F81")]
public interface IDTSODBCHandles100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("CCE39195-6D20-4822-8308-EF1087BCA5B4")]
public interface IDTSODBCHandles100
[<System.Runtime.InteropServices.Guid("3CD7CEB2-9B1D-4AA2-B62C-6B8763457CD7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSODBCHandles100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("20EFECD1-5E6C-4E22-80C6-BD099C734F81")>]
type IDTSODBCHandles100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("CCE39195-6D20-4822-8308-EF1087BCA5B4")>]
type IDTSODBCHandles100 = interface
Public Interface IDTSODBCHandles100
派生
属性

プロパティ

cstr

ドライバーによって返される完了した接続文字列を含む文字列を返します。

hdbc

ODBC データベース接続ハンドルを含む整数を返します。

henv

ODBC 環境ハンドルを含む整数を返します。

適用対象