Cleanup Método
Frees resources and finishes the execution of the component.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
Public Overridable Sub Cleanup
'Uso
Dim instance As PipelineComponent
instance.Cleanup()
public virtual void Cleanup()
public:
virtual void Cleanup()
abstract Cleanup : unit -> unit
override Cleanup : unit -> unit
public function Cleanup()
Notas
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.
Vea también