IDTSRuntimeComponent100.Cleanup 方法

定义

释放资源并完成组件的执行。

public:
 void Cleanup();
[System.Runtime.InteropServices.DispId(17)]
public void Cleanup();
[<System.Runtime.InteropServices.DispId(17)>]
abstract member Cleanup : unit -> unit
Public Sub Cleanup ()
属性

注解

Cleanup 是数据流组件执行时调用的最后一种方法。 组件应释放分配的资源,并执行后处理工作,如为运行时变量分配值。

适用于