Condividi tramite


IDTSEvents100.OnExecutionStatusChanged Metodo

Definizione

Chiamato da un'attività o da un contenitore quando cambia il suo stato di esecuzione.

public:
 void OnExecutionStatusChanged(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ pExec, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecStatus newStatus, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(11)]
public void OnExecutionStatusChanged (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 pExec, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus newStatus, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member OnExecutionStatusChanged : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus * bool -> unit
Public Sub OnExecutionStatusChanged (pExec As IDTSExecutable100, newStatus As DTSExecStatus, ByRef pbFireAgain As Boolean)

Parametri

pExec
IDTSExecutable100

Attività che genera l'evento.

newStatus
DTSExecStatus

Stato corrente del file eseguibile.

pbFireAgain
Boolean

Valore booleano che indica che deve continuare a sparare o arrestare il fuoco. Un valore true indica che deve continuare a sparare.

Attributi

Commenti

Per altre informazioni, vedere IDTSEvents.

Si applica a