ConnectionManagerCache 接口

定义

public interface class ConnectionManagerCache : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.ConnectionManagerCacheClass))]
[System.Runtime.InteropServices.Guid("AFDFC1C5-A448-45B2-96A1-1269CCA0F652")]
public interface ConnectionManagerCache : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.ConnectionManagerCacheClass))>]
[<System.Runtime.InteropServices.Guid("AFDFC1C5-A448-45B2-96A1-1269CCA0F652")>]
type ConnectionManagerCache = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerCache
Implements IDTSConnectionManager100
派生
属性
实现

属性

ConnectionString (继承自 IDTSConnectionManager100)
ProtectionLevel (继承自 IDTSConnectionManager100)
Scope (继承自 IDTSConnectionManager100)
SupportsDTCTransactions (继承自 IDTSConnectionManager100)

方法

AcquireConnection(Object) (继承自 IDTSConnectionManager100)
ReleaseConnection(Object) (继承自 IDTSConnectionManager100)
SetQualifier(String) (继承自 IDTSConnectionManager100)
Validate(IDTSInfoEvents100) (继承自 IDTSConnectionManager100)

适用于