IDTSEvents100.OnExecutionStatusChanged Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void OnExecutionStatusChanged(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSExecutable100 ^ pExec, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::DTSExecStatus newStatus, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(11)]
public void OnExecutionStatusChanged (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSExecutable100 pExec, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSExecStatus newStatus, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member OnExecutionStatusChanged : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSExecutable100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.DTSExecStatus * bool -> unit
Public Sub OnExecutionStatusChanged (pExec As IDTSExecutable100, newStatus As DTSExecStatus, ByRef pbFireAgain As Boolean)
Parâmetros
- pExec
- IDTSExecutable100
- newStatus
- DTSExecStatus
- pbFireAgain
- Boolean
- Atributos