共用方式為


PipelineComponent.PostExecute 方法

Called at the end of component execution, but before Cleanup.

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

語法

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

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

備註

This run-time method is called after the component has finished running. Components should perform post-execution tasks such as assigning values to run-time variables, and freeing allocated resources.

請參閱

參考

PipelineComponent 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間