Condividi tramite


Metodo IDTSRuntimeComponent100.PostExecute

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

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

Sintassi

'Dichiarazione
Sub PostExecute
'Utilizzo
Dim instance As IDTSRuntimeComponent100

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

Osservazioni

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

Vedere anche

Riferimento

IDTSRuntimeComponent100 Interfaccia

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