IDTSManagedComponentHost100.HostAcquireConnections Method

Definition

Acquires host connections.

public:
 void HostAcquireConnections(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, System::Object ^ pTransaction);
public void HostAcquireConnections (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, object pTransaction);
abstract member HostAcquireConnections : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * obj -> unit
Public Sub HostAcquireConnections (pWrapper As IDTSManagedComponentWrapper100, pTransaction As Object)

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper.

pTransaction
Object

The transaction.

Applies to