Поделиться через


Метод 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.