IDTSRuntimeComponent100.PostExecute Method

Definition

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.

Applies to