IDTSRuntimeComponent100.PrepareForExecute メソッド

定義

public:
 void PrepareForExecute();
[System.Runtime.InteropServices.DispId(12)]
public void PrepareForExecute ();
[<System.Runtime.InteropServices.DispId(12)>]
abstract member PrepareForExecute : unit -> unit
Public Sub PrepareForExecute ()
属性

注釈

コンポーネントの開発者は、このメソッドでなんらかの初期化を実行できます。ただし、BufferManager は、後で PreExecute メソッドが呼び出されるまでは利用できません。

適用対象