Compartir a través de


IDTSRuntimeComponent100.PostExecute Método

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 (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

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

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

Comentarios

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

Vea también

Referencia

IDTSRuntimeComponent100 Interfaz

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