Метод PackageUpgradeResult.OnPreValidate
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Called when the actual validation logic of the task starts.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Sub OnPreValidate ( _
exec As Executable, _
ByRef fireAgain As Boolean _
)
'Применение
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
)
Параметры
- exec
Тип: Microsoft.SqlServer.Dts.Runtime.Executable
The task for which this is being called.
- fireAgain
Тип: System.Boolean%
True if the object should continue firing; otherwise, false.
Реализует
IDTSEvents.OnPreValidate(Executable, Boolean%)