इसके माध्यम से साझा किया गया


IDTSEvents100.OnExecutionStatusChanged Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see IDTSEvents.

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

Syntax

'Declaration
Sub OnExecutionStatusChanged ( _
    pExec As IDTSExecutable100, _
    newStatus As DTSExecStatus, _
    <OutAttribute> ByRef pbFireAgain As Boolean _
)
'Usage
Dim instance As IDTSEvents100
Dim pExec As IDTSExecutable100
Dim newStatus As DTSExecStatus
Dim pbFireAgain As Boolean

instance.OnExecutionStatusChanged(pExec, _
    newStatus, pbFireAgain)
void OnExecutionStatusChanged(
    IDTSExecutable100 pExec,
    DTSExecStatus newStatus,
    out bool pbFireAgain
)
void OnExecutionStatusChanged(
    [InAttribute] IDTSExecutable100^ pExec, 
    [InAttribute] DTSExecStatus newStatus, 
    [InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract OnExecutionStatusChanged : 
        pExec:IDTSExecutable100 * 
        newStatus:DTSExecStatus * 
        pbFireAgain:bool byref -> unit 
function OnExecutionStatusChanged(
    pExec : IDTSExecutable100, 
    newStatus : DTSExecStatus, 
    pbFireAgain : boolean
)