Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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()