다음을 통해 공유


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
)

매개 변수

  • fireAgain
    유형: System.Boolean%
    True if the object should continue firing; otherwise, false.

구현

IDTSEvents.OnPostValidate(Executable, Boolean%)

참고 항목

참조

PackageUpgradeResult 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스