PackageUpgradeResult.OnPostValidate(Executable, Boolean) Method

Definition

Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.

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)

Parameters

exec
Executable

The task raising the event.

fireAgain
Boolean

True if the object should continue firing; otherwise, false.

Implements

Applies to