IDTSEvents100.OnPreExecute(IDTSExecutable100, Boolean) Método

Definición

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

Parámetros

pbFireAgain
Boolean
Atributos

Comentarios

Para obtener más información, vea IDTSEvents.

Se aplica a