PipelineComponent::Cleanup Method ()
Frees resources and finishes the execution of the component.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Cleanup is the last method that is called during execution of a data flow component. Components should release allocated resources and do post processing work such as assigning values to variables, during this method.
Show: