IDTSEvents100.OnPostValidate(IDTSExecutable100, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelée immédiatement après la fin de la logique de validation de la tâche. Cet événement est déclenché par une tâche après validation de la tâche.
public:
void OnPostValidate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pExec, bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(3)]
public void OnPostValidate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pExec, ref bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnPostValidate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 * bool -> unit
Public Sub OnPostValidate (pExec As IDTSExecutable100, ByRef pbFireAgain As Boolean)
Paramètres
- pExec
- IDTSExecutable100
Tâche qui déclenche l'événement.
- pbFireAgain
- Boolean
Valeur booléenne qui indique que cela doit continuer à déclencher ou arrêter le déclenchement. La valeur true indique qu’elle doit continuer à se déclencher.
- Attributs
Remarques
Pour plus d’informations, consultez IDTSEvents.