共用方式為


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。)

上層