Share via


PackageUpgradeResult.OnPreValidate Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Called when the actual validation logic of the task starts.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub OnPreValidate ( _
    exec As Executable, _
    ByRef fireAgain As Boolean _
)
'Usage
Dim instance As PackageUpgradeResult 
Dim exec As Executable 
Dim fireAgain As Boolean

instance.OnPreValidate(exec, fireAgain)
public void OnPreValidate(
    Executable exec,
    ref bool fireAgain
)
public:
virtual void OnPreValidate(
    Executable^ exec, 
    bool% fireAgain
) sealed
abstract OnPreValidate : 
        exec:Executable * 
        fireAgain:bool byref -> unit  
override OnPreValidate : 
        exec:Executable * 
        fireAgain:bool byref -> unit
public final function OnPreValidate(
    exec : Executable, 
    fireAgain : boolean
)

Parameters

  • fireAgain
    Type: System.Boolean%
    True if the object should continue firing; otherwise, false.

Implements

IDTSEvents.OnPreValidate(Executable, Boolean%)

See Also

Reference

PackageUpgradeResult Class

Microsoft.SqlServer.Dts.Runtime Namespace