IDTSEvents100.OnPostExecute(IDTSExecutable100, Boolean) Metodo

Definizione

Chiamato immediatamente dopo il termine della logica di esecuzione dell'attività. Questo evento viene generato da un'attività o da un contenitore immediatamente dopo la sua esecuzione.

public:
 void OnPostExecute(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pExec, bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(1)]
public void OnPostExecute (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pExec, ref bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member OnPostExecute : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 * bool -> unit
Public Sub OnPostExecute (pExec As IDTSExecutable100, ByRef pbFireAgain As Boolean)

Parametri

pExec
IDTSExecutable100

Attività successiva da eseguire.

pbFireAgain
Boolean

Valore booleano che indica che deve continuare a sparare o arrestare il fuoco. Un valore true indica che deve continuare a sparare.

Attributi

Commenti

Per altre informazioni, vedere IDTSEvents.

Si applica a