共用方式為


ConnectionManagerFile 介面

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

For more information, see ConnectionManagerFileClass.

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

語法

'宣告
<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")> _
Public Interface ConnectionManagerFile _
    Inherits IDTSConnectionManager100
'用途
Dim instance As ConnectionManagerFile
[GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface ConnectionManagerFile : IDTSConnectionManager100
[GuidAttribute(L"E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface class ConnectionManagerFile : IDTSConnectionManager100
[<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")>]
type ConnectionManagerFile =  
    interface
        interface IDTSConnectionManager100
    end
public interface ConnectionManagerFile extends IDTSConnectionManager100

ConnectionManagerFile 型別公開下列成員。

屬性

  名稱 說明
公用屬性 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。)

上層