ITaskFormManager Interface
Provides the class to manage the task form manager.
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.(Inherited from ITaskManager.) |
![]() | Control | Gets the control type of the Control. |
![]() | Controllers | Gets the collection of the controller components.(Inherited from IUIManager.) |
![]() | CurrentController | Gets or sets the current view.(Inherited from IUIManager.) |
![]() | DataBus | Gets the specified DataBus control.(Inherited from ITaskManager.) |
![]() | LastExecutionError | Gets the exception message that occurred during the last execution.(Inherited from ITaskManager.) |
![]() | LastValidationResults | Gets the result of the last validation run.(Inherited from ITaskManager.) |
![]() | Moniker | Gets the moniker associated with an action that launched the TaskManager.(Inherited from ITaskManager.) |
![]() | State | Gets the current state of the TaskManager.(Inherited from ITaskManager.) |
![]() | TaskFormInfo | Gets the value of the TaskFormInfo to be displayed. |
| Name | Description | |
|---|---|---|
![]() | GetService(Type^) | (Inherited from IServiceProvider.) |
![]() | Initialize(String^, IContext^, ITaskFormInfo^) | Initializes the properties of the TaskFormManager. |
![]() | Perform(ISfcScriptCollector^) | Initiates the task execution procedure.(Inherited from ITaskManager.) |
| Name | Description | |
|---|---|---|
![]() | CancelRequested | An event that fires when IsCancelRequested changes.(Inherited from ITaskManager.) |
![]() | CurrentControllerChanged | Occurs when the CurrentView property is changed.(Inherited from IUIManager.) |
![]() | CurrentControllerChanging | Occurs when the CurrentView property is about to change.(Inherited from IUIManager.) |
![]() | StateChanged | Occurs when the task manager initiates the task execution procedure.(Inherited from ITaskManager.) |


