The EndAcquireMultipleConnections method releases ownership of the Connections collection's synchronization object. This is after serializing the acquisition of multiple connections by a Data Transformation Services (DTS) task.
Connections.EndAcquireMultipleConnections
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 EndAcquireMultipleConnections();
BeginAcquireMultipleConnections Method