Share via


IDTSRuntimeComponent100.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.

참고 항목

참조

IDTSRuntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스