Метод PreExecute
Does the tasks that have to be done after the PrepareForExecute method runs, but before the component begins to process rows of data.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Public Overridable Sub PreExecute
'Применение
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()