Compartir a través de


OnPostValidate Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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

Sintaxis

'Declaración
Public Sub OnPostValidate ( _
    exec As Executable, _
    ByRef fireAgain As Boolean _
)
'Uso
Dim instance As PackageUpgradeResult
Dim exec As Executable
Dim fireAgain As Boolean

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

Implementa

IDTSEvents. . :: . .OnPostValidate(Executable, Boolean%)