Метод PrepareForExecute

Called prior to PreExecute. The developer can supply code that executes once before the component performs its main processing and before the input buffers are available.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Sub PrepareForExecute
'Применение
Dim instance As IDTSRuntimeComponent100

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

Замечания

Component developers may do some initialization in this method; however the BufferManager is not available until later when the PreExecute method is called.