The BeginAcquireMultipleConnections method acquires ownership of the Connections collection's synchronization object. This is to serialize the acquisition of multiple connections by a Data Transformation Services (DTS) task.
Connections.BeginAcquireMultipleConnections
Part | Description |
---|---|
Connections | Expression that evaluates to a Connections collection |
When implementing a custom task that needs to acquire more than one connection, do the following to avoid deadlocks:
HRESULT BeginAcquireMultipleConnections();
Creating DTS Package Objects and Connections