CManagedComponentWrapperClass.PreExecute Método
Does the tasks that have to be done after the PrepareForExecute method runs, but before the component begins to process rows of data.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Public Overridable Sub PreExecute
'Uso
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()
Implementa
IDTSRuntimeComponent100.PreExecute()