IDTSEvents.OnPostExecute(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 immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs.
public:
void OnPostExecute(Microsoft::SqlServer::Dts::Runtime::Executable ^ exec, bool % fireAgain);
public void OnPostExecute (Microsoft.SqlServer.Dts.Runtime.Executable exec, ref bool fireAgain);
abstract member OnPostExecute : Microsoft.SqlServer.Dts.Runtime.Executable * bool -> unit
Public Sub OnPostExecute (exec As Executable, ByRef fireAgain As Boolean)
Parameters
- exec
- Executable
The task that is to execute next.
- fireAgain
- Boolean
A Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing.