Méthode PreExecute
Does the tasks that have to be done after the PrepareForExecute method runs, but before the component begins to process 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 PreExecute
'Utilisation
Dim instance As CManagedComponentWrapperClass
instance.PreExecute()
public virtual void PreExecute()
public:
virtual void PreExecute()
abstract PreExecute : unit -> unit
override PreExecute : unit -> unit
public function PreExecute()