Metodo IDTSRuntimeComponent100.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.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub PrepareForExecute
'Utilizzo
Dim instance As IDTSRuntimeComponent100

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

Osservazioni

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

Vedere anche

Riferimento

IDTSRuntimeComponent100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper