PackageUpgradeResult.OnPostValidate 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Sub OnPostValidate ( _
exec As Executable, _
ByRef fireAgain As Boolean _
)
'用途
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
)
參數
- exec
型別:Microsoft.SqlServer.Dts.Runtime.Executable
The task raising the event.
- fireAgain
型別:System.Boolean%
True if the object should continue firing; otherwise, false.
實作
IDTSEvents.OnPostValidate(Executable, Boolean%)