IDTSRuntimeComponent100.Cleanup 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void Cleanup();
[System.Runtime.InteropServices.DispId(17)]
public void Cleanup();
[<System.Runtime.InteropServices.DispId(17)>]
abstract member Cleanup : unit -> unit
Public Sub Cleanup ()
- 屬性
備註
清理是執行資料流程元件時最後一次被呼叫的方法。 元件應釋放分配的資源,並執行後處理工作,例如將值指派給執行時變數。