IDTSRuntimeComponent100.Cleanup Method

Definition

Frees resources and completes the execution of a component.

public:
 void Cleanup();
[System.Runtime.InteropServices.DispId(17)]
public void Cleanup ();
[<System.Runtime.InteropServices.DispId(17)>]
abstract member Cleanup : unit -> unit
Public Sub Cleanup ()
Attributes

Remarks

Cleanup is the last method called during execution of a data flow component. Components should free allocated resources and perform postprocessing work such as assigning values to run-time variables.

Applies to