OnPostValidate メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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
)
パラメーター
- fireAgain
型: System. . :: . .Boolean%