Méthode PostExecute
Does the tasks that have to be done after the component has finished processing rows of data.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Public Overridable Sub PostExecute
'Utilisation
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()