次の方法で共有


ManagedComponentHost.HostPrepareForExecute メソッド

定義

ホストの実行を準備します。

public:
 virtual void HostPrepareForExecute(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper);
public void HostPrepareForExecute (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper);
abstract member HostPrepareForExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
override this.HostPrepareForExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
Public Sub HostPrepareForExecute (wrapper As IDTSManagedComponentWrapper100)

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネント ラッパーです。

実装

適用対象