Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()