IDTSEvents100.OnPostExecute(IDTSExecutable100, Boolean) Méthode

Définition

Appelé immédiatement après la fin de la logique d’exécution de la tâche. Cet événement est déclenché par une tâche ou un conteneur immédiatement après son exécution.

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)

Paramètres

pExec
IDTSExecutable100

La tâche à exécuter ensuite.

pbFireAgain
Boolean

Un booléen qui indique que cela doit continuer ou cesser de tirer. Une valeur de vrai indique qu’il doit continuer à tirer.

Attributs

Remarques

Pour plus d’informations, consultez IDTSEvents.

S’applique à