Freigeben über


CManagedComponentWrapperClass.PostExecute-Methode

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()

Implementiert

IDTSRuntimeComponent100.PostExecute()

Siehe auch

Verweis

CManagedComponentWrapperClass Klasse

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace