PackageUpgradeResult.OnPostValidate(Executable, 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:
virtual void OnPostValidate(Microsoft::SqlServer::Dts::Runtime::Executable ^ exec, bool % fireAgain);
public void OnPostValidate (Microsoft.SqlServer.Dts.Runtime.Executable exec, ref bool fireAgain);
abstract member OnPostValidate : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
override this.OnPostValidate : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
Public Sub OnPostValidate (exec As Executable, ByRef fireAgain As Boolean)
Paramètres
- exec
- Executable
Tâche qui déclenche l'événement.
- fireAgain
- Boolean
True si l’objet doit continuer à se déclencher ; sinon, false.