IDTSConnections100 介面

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

Provides properties and methods for working on a collection of connection managers.

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

語法

'宣告
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSConnections100
[GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")>]
type IDTSConnections100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConnections100 extends IEnumerable

IDTSConnections100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 基礎結構。Gets the number of items contained in the collection.
公用屬性 Item 基礎結構。Returns the connection manager with the specified key.

上層

方法

  名稱 說明
公用方法 Add 基礎結構。Adds the connection manager of the specified connection type to collection.
公用方法 AddFromXML 基礎結構。Adds the connection manager that was serialized in the XML document to the collection.
公用方法 Contains 基礎結構。Determines whether the collection contains the connection manager with the specified key.
公用方法 GetEnumerator 基礎結構。Gets an enumerator that iterates through the collection.
公用方法 Join 基礎結構。Joins the specified connection manager into this collection.
公用方法 Remove 基礎結構。Removes the connection manager from the collection.

上層

備註

For more information, see Connections.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間