Cleanup 方法

Frees resources and completes the execution of a component.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub Cleanup
用法
Dim instance As IDTSRuntimeComponent100

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

注释

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.