Metodo IDTSEvents100.OnPostExecute

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub OnPostExecute ( _
    pExec As IDTSExecutable100, _
    ByRef pbFireAgain As Boolean _
)
'Utilizzo
Dim instance As IDTSEvents100 
Dim pExec As IDTSExecutable100 
Dim pbFireAgain As Boolean

instance.OnPostExecute(pExec, pbFireAgain)
void OnPostExecute(
    IDTSExecutable100 pExec,
    ref bool pbFireAgain
)
void OnPostExecute(
    [InAttribute] IDTSExecutable100^ pExec, 
    bool% pbFireAgain
)
abstract OnPostExecute : 
        pExec:IDTSExecutable100 * 
        pbFireAgain:bool byref -> unit
function OnPostExecute(
    pExec : IDTSExecutable100, 
    pbFireAgain : boolean
)

Parametri

  • pbFireAgain
    Tipo: System.Boolean%
    A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.

Osservazioni

For more information, see IDTSEvents.

Vedere anche

Riferimento

IDTSEvents100 Interfaccia

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