IDTSConnectionInfos100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains information about all the connections on the computer. The collection contains IDTSConnectionInfo100 objects that provide the details about each connection. The collection is available using the ApplicationClass class.
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 IDTSConnectionInfo100 objects in the collection. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity. |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an IEnumerator object that iterates through the IDTSConnectionInfos100 collection. |
For more information, see ConnectionInfos.

