CManagedComponentWrapperClass.PostExecute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does the tasks that have to be done after the component has finished processing rows of data.
public:
virtual void PostExecute() = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeComponent100::PostExecute;
public virtual void PostExecute ();
abstract member PostExecute : unit -> unit
override this.PostExecute : unit -> unit
Public Overridable Sub PostExecute ()