Compartir a través de


IDTSRuntimeComponent90.PrepareForExecute Method

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.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(12)> _
Sub PrepareForExecute
[DispIdAttribute(12)] 
void PrepareForExecute ()
[DispIdAttribute(12)] 
void PrepareForExecute ()
/** @attribute DispIdAttribute(12) */ 
void PrepareForExecute ()
DispIdAttribute(12) 
function PrepareForExecute ()

Notas

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSRuntimeComponent90 Interface
IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace