ITaskManager Interface
Displays the current property of the TaskManager.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Context | Gets the context for what the TaskManager is working on. |
![]() | DataBus | Gets the specified DataBus control. |
![]() | LastExecutionError | Gets the exception message that occurred during the last execution. |
![]() | LastValidationResults | Gets the result of the last validation run. |
![]() | Moniker | Gets the moniker associated with an action that launched the TaskManager. |
![]() | State | Gets the current state of the TaskManager. |
| Name | Description | |
|---|---|---|
![]() | GetService(Type^) | (Inherited from IServiceProvider.) |
![]() | Perform(ISfcScriptCollector^) | Initiates the task execution procedure. |
| Name | Description | |
|---|---|---|
![]() | CancelRequested | An event that fires when IsCancelRequested changes. |
![]() | StateChanged | Occurs when the task manager initiates the task execution procedure. |
Show:


