Share via


PackageUpgradeResult.OnPreValidate(Executable, Boolean) Méthode

Définition

Appelée lorsque la logique de validation réelle de la tâche démarre.

public:
 virtual void OnPreValidate(Microsoft::SqlServer::Dts::Runtime::Executable ^ exec, bool % fireAgain);
public void OnPreValidate (Microsoft.SqlServer.Dts.Runtime.Executable exec, ref bool fireAgain);
abstract member OnPreValidate : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
override this.OnPreValidate : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
Public Sub OnPreValidate (exec As Executable, ByRef fireAgain As Boolean)

Paramètres

exec
Executable

Tâche pour laquelle cette méthode est appelée.

fireAgain
Boolean

True si l’objet doit continuer à déclencher ; sinon, false.

Implémente

S’applique à