ConnectionManagerOdbc 接口

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see ConnectionManagerOdbcClass.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")> _
Public Interface ConnectionManagerOdbc _
    Inherits IDTSConnectionManager100
用法
Dim instance As ConnectionManagerOdbc
[GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface ConnectionManagerOdbc : IDTSConnectionManager100
[GuidAttribute(L"E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface class ConnectionManagerOdbc : IDTSConnectionManager100
[<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")>]
type ConnectionManagerOdbc =  
    interface
        interface IDTSConnectionManager100
    end
public interface ConnectionManagerOdbc extends IDTSConnectionManager100

ConnectionManagerOdbc 类型公开以下成员。

属性

  名称 说明
公共属性 ConnectionString 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)
公共属性 ProtectionLevel 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)
公共属性 SupportsDTCTransactions 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)

页首

方法

  名称 说明
公共方法 AcquireConnection 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)
公共方法 ReleaseConnection 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)
公共方法 SetQualifier 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)
公共方法 Validate 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。)

页首