IDTSRuntimeComponent100.PostExecute 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 at the end of the execution of a component. The developer can supply code that executes after the component's main processing.
public:
void PostExecute();
[System.Runtime.InteropServices.DispId(16)]
public void PostExecute ();
[<System.Runtime.InteropServices.DispId(16)>]
abstract member PostExecute : unit -> unit
Public Sub PostExecute ()
- Attributes
Remarks
The PostExecute method is called after the PrimeOutput and ProcessInput methods. Components may free resources and assign values to Variable objects during this method.