Método PackageUpgradeResult.OnPreValidate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Called when the actual validation logic of the task starts.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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
- exec
Tipo: Microsoft.SqlServer.Dts.Runtime.Executable
The task for which this is being called.
- fireAgain
Tipo: System.Boolean%
True if the object should continue firing; otherwise, false.
Implementa
IDTSEvents.OnPreValidate(Executable, Boolean%)