Compartir a través de


PackageUpgradeResult.OnPreValidate Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Called when the actual validation logic of the task starts.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Sub OnPreValidate ( _
    exec As Executable, _
    ByRef fireAgain As Boolean _
)
'Uso
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
)

Parámetros

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

Implementa

IDTSEvents.OnPreValidate(Executable, Boolean%)

Vea también

Referencia

PackageUpgradeResult Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime