This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.AcquireConnections Method

Establishes a connection to a connection manager.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void AcquireConnections(
	Object pTransaction
)

Parameters

pTransaction
Type: System.Object
The transaction associated with the connection.

AcquireConnections is called during both component design and execution. Components that connect to external data sources should establish their connections by using this method. Any connection established during this method should be cached in a local member variable, and released during the ReleaseConnections method.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ