次の方法で共有


OnPostValidate メソッド

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

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

構文

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

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

パラメーター

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