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 네임스페이스