Share via


PackageUpgradeResult.OnPreValidate Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Implements

IDTSEvents.OnPreValidate(Executable, Boolean%)