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.
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.