Share via


PackageUpgradeResult.OnPostValidate(Executable, Boolean) Méthode

Définition

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.

Implémente

S’applique à