次の方法で共有


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

トランザクション。

実装

適用対象