ISqlWizardManager Interface
Represents the task interface for SQL Wizards.
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.) |
![]() | 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.) |
![]() | WizardForm | Gets the wizard form. |
![]() | WizardInfo | Gets the wizard information used to launch this wizard. |
| Name | Description | |
|---|---|---|
![]() | GetService(Type^) | (Inherited from IServiceProvider.) |
![]() | Initialize(String^, IContext^, ISqlWizardInfo^) | Initializes the wizard manager. |
![]() | Perform(ISfcScriptCollector^) | Initiates the task execution procedure.(Inherited from ITaskManager.) |
| Name | Description | |
|---|---|---|
![]() | CancelRequested | An event that fires when IsCancelRequested changes.(Inherited from ITaskManager.) |
![]() | StateChanged | Occurs when the task manager initiates the task execution procedure.(Inherited from ITaskManager.) |


