PackageUpgradeResult.OnPreExecute(Executable, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a task is about to execute.
public:
virtual void OnPreExecute(Microsoft::SqlServer::Dts::Runtime::Executable ^ exec, bool % fireAgain);
public void OnPreExecute (Microsoft.SqlServer.Dts.Runtime.Executable exec, ref bool fireAgain);
abstract member OnPreExecute : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
override this.OnPreExecute : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
Public Sub OnPreExecute (exec As Executable, ByRef fireAgain As Boolean)
Parameters
- exec
- Executable
The task that is to execute next.
- fireAgain
- Boolean
True if the object should continue firing; otherwise, false.