Udostępnij za pośrednictwem


PackageUpgradeResult.OnExecutionStatusChanged Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Occurs when the execution status changes.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub OnExecutionStatusChanged ( _
    exec As Executable, _
    newStatus As DTSExecStatus, _
    ByRef fireAgain As Boolean _
)
'Usage
Dim instance As PackageUpgradeResult 
Dim exec As Executable 
Dim newStatus As DTSExecStatus 
Dim fireAgain As Boolean

instance.OnExecutionStatusChanged(exec, _
    newStatus, fireAgain)
public void OnExecutionStatusChanged(
    Executable exec,
    DTSExecStatus newStatus,
    ref bool fireAgain
)
public:
virtual void OnExecutionStatusChanged(
    Executable^ exec, 
    DTSExecStatus newStatus, 
    bool% fireAgain
) sealed
abstract OnExecutionStatusChanged : 
        exec:Executable * 
        newStatus:DTSExecStatus * 
        fireAgain:bool byref -> unit  
override OnExecutionStatusChanged : 
        exec:Executable * 
        newStatus:DTSExecStatus * 
        fireAgain:bool byref -> unit
public final function OnExecutionStatusChanged(
    exec : Executable, 
    newStatus : DTSExecStatus, 
    fireAgain : boolean
)

Parameters

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

Implements

IDTSEvents.OnExecutionStatusChanged(Executable, DTSExecStatus, Boolean%)

See Also

Reference

PackageUpgradeResult Class

Microsoft.SqlServer.Dts.Runtime Namespace