ManagedComponentHost.HostAcquireConnections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Acquires connection for the ManagedComponentHost.
public:
virtual void HostAcquireConnections(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, System::Object ^ transaction);
public void HostAcquireConnections (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, object transaction);
abstract member HostAcquireConnections : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * obj -> unit
override this.HostAcquireConnections : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * obj -> unit
Public Sub HostAcquireConnections (wrapper As IDTSManagedComponentWrapper100, transaction As Object)
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The wrapper.
- transaction
- Object
The transaction.