Connections Collection (DTS)

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.

Applies To

Package Object

Methods
Add Method Item Method
BeginAcquireMultipleConnections Method New Method
EndAcquireMultipleConnections Method Remove Method
Insert Method  

Properties
Count Property Parent Property

Syntax

object.Connections

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

Connections specifies a Connections collection.

Data Type

Connections

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetConnections(IDTSConnections **pRetVal);

See Also
Connection Object Package Object

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.