Metodo CManagedComponentWrapperClass.PreExecute

Does the tasks that have to be done after the PrepareForExecute method runs, but before the component begins to process rows of data.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Sub PreExecute
'Utilizzo
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()

Vedere anche

Riferimento

CManagedComponentWrapperClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper