共用方式為


PipelineComponent.Cleanup 方法

Frees resources and finishes the execution of the component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public Overridable Sub Cleanup
'用途
Dim instance As PipelineComponent

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

備註

Cleanup is the last method that is called during execution of a data flow component. Components should release allocated resources and do post processing work such as assigning values to variables, during this method.

請參閱

參考

PipelineComponent 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間