Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()