The Connections collection is a group of Connection objects containing information about connections to OLE DB service providers. This collection allows connection pooling and reuse across steps and tasks in a package.
| Add Method | Item Method |
| BeginAcquireMultipleConnections Method | New Method |
| EndAcquireMultipleConnections Method | Remove Method |
| Insert Method |
| Count Property | Parent Property |
object.Connections
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Connections specifies a Connections collection.
Connections
Read-only
HRESULT GetConnections(IDTSConnections **pRetVal);
| Connection Object | Package Object |