Bagikan melalui


CManagedComponentWrapperClass.PrepareForExecute Method

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Public Overridable Sub PrepareForExecute
'Usage
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()

Implements

IDTSRuntimeComponent100.PrepareForExecute()

See Also

Reference

CManagedComponentWrapperClass Class

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace