Share via


IDTSRuntimeComponent100.PrepareForExecute Method

Definition

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.

Applies to