次の方法で共有


DefaultEvents.OnPostValidate メソッド

このメソッドは、タスクの検証ロジックの完了直後に呼び出されます。 このイベントは、タスクが検証された後に、タスクから発生します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Overridable Sub OnPostValidate ( _
    exec As Executable, _
    ByRef fireAgain As Boolean _
)
'使用
Dim instance As DefaultEvents 
Dim exec As Executable 
Dim fireAgain As Boolean

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

パラメーター

  • fireAgain
    型: System.Boolean%
    起動処理を続行するか停止するかを示す Boolean です。 値が true の場合、起動処理が続行されます。

実装

IDTSEvents.OnPostValidate(Executable, Boolean%)

関連項目

参照

DefaultEvents クラス

Microsoft.SqlServer.Dts.Runtime 名前空間