Compartir a través de


IDTSRuntimeComponent100.PreExecute Método

Called after PrepareForExecute, and before PrimeOutput and ProcessInput. The developer can supply code that executes once before the component performs its main processing.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub PreExecute
'Uso
Dim instance As IDTSRuntimeComponent100

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

Comentarios

Component developers should factor as much functionality into PreExecute as possible because it is called only once per component execution, unlike ProcessInput, which is called once for each input buffer. Components should locate the indexes of their input and output columns in the IDTSBuffer100 by calling the FindColumnByLineageID method of the BufferManager.

Vea también

Referencia

IDTSRuntimeComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper