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