ManagedComponentHost.HostPostExecute メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ホストが実行された後のイベントを指定します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Sub HostPostExecute ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'使用
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostPostExecute(wrapper)
public void HostPostExecute(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPostExecute(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPostExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostPostExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostPostExecute(
wrapper : IDTSManagedComponentWrapper100
)
パラメーター
- wrapper
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
コンポーネント ラッパーです。
実装
IDTSManagedComponentHost100.HostPostExecute(IDTSManagedComponentWrapper100)