PipelineComponent::AcquireConnections Method (Object^)
Establishes a connection to a connection manager.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- transaction
-
Type:
System::Object^
The transaction the connection is participating in.
AcquireConnections is called during both component design and execution. Components that connect to external data sources should establish their connections during this method. Any connection established during this method should be cached in a local member variable and released in the ReleaseConnections method. Connections should only be established during AcquireConnections.
Show: