IDTSRuntimeComponent100.PrepareForExecute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called prior to PreExecute(). The developer can supply code that executes once before the component performs its main processing and before the input buffers are available.
public:
void PrepareForExecute();
[System.Runtime.InteropServices.DispId(12)]
public void PrepareForExecute ();
[<System.Runtime.InteropServices.DispId(12)>]
abstract member PrepareForExecute : unit -> unit
Public Sub PrepareForExecute ()
- Attributes
Remarks
Component developers may do some initialization in this method; however the BufferManager is not available until later when the PreExecute method is called.