IDTSConnections100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides properties and methods for working on a collection of connection managers.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of items contained in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the connection manager with the specified key. |
| Name | Description | |
|---|---|---|
![]() | Add(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the connection manager of the specified connection type to collection. |
![]() | AddFromXML(Object^, IDTSEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the connection manager that was serialized in the XML document to the collection. |
![]() | Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the collection contains the connection manager with the specified key. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumerator that iterates through the collection. |
![]() | Join(IDTSConnectionManager100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Joins the specified connection manager into this collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the connection manager from the collection. |
For more information, see Connections.

