CManagedComponentWrapperClass.PrepareForExecute Método

Does the tasks that have to be done both before the component begins to process rows of data and before the PreExecute method runs.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public Overridable Sub PrepareForExecute
'Uso
Dim instance As CManagedComponentWrapperClass

instance.PrepareForExecute()
public virtual void PrepareForExecute()
public:
virtual void PrepareForExecute()
abstract PrepareForExecute : unit -> unit  
override PrepareForExecute : unit -> unit
public function PrepareForExecute()

Implementa

IDTSRuntimeComponent100.PrepareForExecute()

Vea también

Referencia

CManagedComponentWrapperClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper