Share via


ManagedComponentHost.HostAcquireConnections 方法

定义

获取 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)

参数

wrapper
IDTSManagedComponentWrapper100

包装。

transaction
Object

事务。

实现

适用于