Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Called at the end of the execution of a component. The developer can supply code that executes after the component's main processing.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub PostExecute
'Usage
Dim instance As IDTSRuntimeComponent100
instance.PostExecute()
void PostExecute()
void PostExecute()
abstract PostExecute : unit -> unit
function PostExecute()
Remarks
The PostExecute method is called after the PrimeOutput and ProcessInput methods. Components may free resources and assign values to Variable objects during this method.