Compartir a través de


IDTSRuntimeComponent90.PostExecute Method

Called at the end of the execution of a component. The developer can supply code that executes after the component's main processing.

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

Sintaxis

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

Notas

The PostExecute method is called after the PrimeOutput and ProcessInput methods. Components may free resources and assign values to Variable objects during this method.

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