This topic has not yet been rated - Rate this topic

IDTSEvents.OnPreExecute Method

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)
void OnPreExecute(
	Executable exec,
	ref bool fireAgain
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.