ManagedComponentHost.HostAcquireConnections Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Acquires connection for the ManagedComponentHost.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostAcquireConnections ( _
wrapper As IDTSManagedComponentWrapper100, _
transaction As Object _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim transaction As Object
instance.HostAcquireConnections(wrapper, _
transaction)
public void HostAcquireConnections(
IDTSManagedComponentWrapper100 wrapper,
Object transaction
)
public:
virtual void HostAcquireConnections(
IDTSManagedComponentWrapper100^ wrapper,
Object^ transaction
) sealed
abstract HostAcquireConnections :
wrapper:IDTSManagedComponentWrapper100 *
transaction:Object -> unit
override HostAcquireConnections :
wrapper:IDTSManagedComponentWrapper100 *
transaction:Object -> unit
public final function HostAcquireConnections(
wrapper : IDTSManagedComponentWrapper100,
transaction : Object
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper.
- transaction
Type: System.Object
The transaction.
Implements
IDTSManagedComponentHost100.HostAcquireConnections(IDTSManagedComponentWrapper100, Object)