Share via


CManagedComponentWrapperClass.PostExecute Method

Does the tasks that have to be done after the component has finished processing rows of data.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Public Overridable Sub PostExecute
'Usage
Dim instance As CManagedComponentWrapperClass

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

Implements

IDTSRuntimeComponent100.PostExecute()