Partager via


Méthode PackageUpgradeResult.OnPreValidate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Called when the actual validation logic of the task starts.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub OnPreValidate ( _
    exec As Executable, _
    ByRef fireAgain As Boolean _
)
'Utilisation
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
)

Paramètres

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

Implémente

IDTSEvents.OnPreValidate(Executable, Boolean%)

Voir aussi

Référence

PackageUpgradeResult Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime