IDTSEvents.OnPreExecute Method
SQL Server 2012
Called when a task is about to execute. This event is raised by a task or a container immediately before it runs.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Parameters
- exec
- Type: Microsoft.SqlServer.Dts.Runtime.Executable
The task that is to execute next.
- fireAgain
- Type: System.Boolean
A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.