Condividi tramite


IDTSEvents100.OnPreExecute(IDTSExecutable100, Boolean) Metodo

Definizione

Viene chiamata quando l'attività sta per essere eseguita. Questo evento viene generato da un'attività o da un contenitore immediatamente prima della sua esecuzione.

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

Parametri

pExec
IDTSExecutable100

Attività successiva da eseguire.

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