ITaskExecutionManager Interface
Provides a collection of the tasks to manage during the task execution.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | IsPerforming | Gets a value that indicates whether the execution manager is performing the task. |
![]() | LastExecutionError | Gets the exception error that occurred during the last execution. |
![]() | Tasks | Gets the collection of tasks. |
| Name | Description | |
|---|---|---|
![]() | Perform() | Performs the tasks from the Tasks collection. |
![]() | Script(ISfcScriptCollector^) | Generates the script. |
| Name | Description | |
|---|---|---|
![]() | Cancelled | Occurs when the execution manager indicates that all tasks has been cancelled. |
![]() | ExecutionProgress | Occurs when the execution manager indicates the progress of task execution. |
![]() | IsPerformingChanged | Occurs when the value of the IsPerforming property is changed. |
![]() | LogEntry | Occurs when the value of the IsPerforming property has changed. |
![]() | Performed | Occurs when the execution of all tasks is completed. |
![]() | Performing | Occurs when the execution of all tasks is about to begin. |
![]() | TaskPerformed | Occurs when the execution of a task is completed. |
![]() | TaskPerforming | Occurs when the execution of an individual task is about to begin. |


