ConnectionManagerCache 接口

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

For more information, see ConnectionManagerCacheClass.

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

语法

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

ConnectionManagerCache 类型公开以下成员。

属性

  名称 说明
公共属性 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 继承。)

页首