共用方式為


IDTSODBCHandles100 介面

Defines the native interface for the ODBC connection. A reference to this interface is returned from the AcquireConnection method when the ConnectionManager is of type ODBC.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")> _
Public Interface IDTSODBCHandles100
'用途
Dim instance As IDTSODBCHandles100
[GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")]
public interface IDTSODBCHandles100
[GuidAttribute(L"0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")]
public interface class IDTSODBCHandles100
[<GuidAttribute("0BADFE32-8C0B-4E4C-8CF2-27F4EEFF3D0B")>]
type IDTSODBCHandles100 =  interface end
public interface IDTSODBCHandles100

IDTSODBCHandles100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 cstr Returns a String that contains the completed connection string returned by the driver.
公用屬性 hdbc Returns an Integer that contains the ODBC database connection handle.
公用屬性 henv Returns an Integer that contains the ODBC environment handle.

上層