PackageUpgradeResult.OnPreValidate(Executable, Boolean) Method

Definition

Called when the actual validation logic of the task starts.

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)

Parameters

exec
Executable

The task for which this is being called.

fireAgain
Boolean

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

Implements

Applies to