PostExecute 方法

Called at the end of the execution of a component. The developer can supply code that executes after the component's main processing.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub PostExecute
用法
Dim instance As IDTSRuntimeComponent100

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

注释

The PostExecute method is called after the PrimeOutput and ProcessInput methods. Components may free resources and assign values to Variable objects during this method.