ISqlWizardManager Interface

Definition

Represents the task interface for SQL Wizards.

public interface class ISqlWizardManager : IServiceProvider, Microsoft::SqlServer::Management::TaskForms::ITaskManager
public interface ISqlWizardManager : IServiceProvider, Microsoft.SqlServer.Management.TaskForms.ITaskManager
type ISqlWizardManager = interface
    interface ITaskManager
    interface IServiceProvider
Public Interface ISqlWizardManager
Implements IServiceProvider, ITaskManager
Implements

Properties

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.

Methods

Initialize(String, IContext, ISqlWizardInfo)

Initializes the wizard manager.

Perform(ISfcScriptCollector)

Initiates the task execution procedure.

(Inherited from ITaskManager)

Events

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)

Applies to