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 ()
属性

注解

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

适用于