Compartilhar via


Método IDTSRuntimeComponent100.Cleanup

Frees resources and completes the execution of a component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Sub Cleanup
'Uso
Dim instance As IDTSRuntimeComponent100

instance.Cleanup()
void Cleanup()
void Cleanup()
abstract Cleanup : unit -> unit
function Cleanup()

Comentários

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.

Consulte também

Referência

IDTSRuntimeComponent100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper