IDTSDesigntimeComponent100.AcquireConnections(Object) Method

Definition

public:
 void AcquireConnections(System::Object ^ pTransaction);
[System.Runtime.InteropServices.DispId(30)]
public void AcquireConnections (object pTransaction);
[<System.Runtime.InteropServices.DispId(30)>]
abstract member AcquireConnections : obj -> unit
Public Sub AcquireConnections (pTransaction As Object)

Parameters

pTransaction
Object
Attributes

Remarks

The AcquireConnections method 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.

Applies to