ISqlWizardManager Interface

 

Represents the task interface for SQL Wizards.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ISqlWizardManager : ITaskManager, IServiceProvider

NameDescription
System_CAPS_pubpropertyContext

Gets the context for what the TaskManager is working on.(Inherited from ITaskManager.)

System_CAPS_pubpropertyDataBus

Gets the specified DataBus control.(Inherited from ITaskManager.)

System_CAPS_pubpropertyLastExecutionError

Gets the exception message that occurred during the last execution.(Inherited from ITaskManager.)

System_CAPS_pubpropertyLastValidationResults

Gets the result of the last validation run.(Inherited from ITaskManager.)

System_CAPS_pubpropertyMoniker

Gets the moniker associated with an action that launched the TaskManager.(Inherited from ITaskManager.)

System_CAPS_pubpropertyState

Gets the current state of the TaskManager.(Inherited from ITaskManager.)

System_CAPS_pubpropertyWizardForm

Gets the wizard form.

System_CAPS_pubpropertyWizardInfo

Gets the wizard information used to launch this wizard.

NameDescription
System_CAPS_pubmethodGetService(Type^)

(Inherited from IServiceProvider.)

System_CAPS_pubmethodInitialize(String^, IContext^, ISqlWizardInfo^)

Initializes the wizard manager.

System_CAPS_pubmethodPerform(ISfcScriptCollector^)

Initiates the task execution procedure.(Inherited from ITaskManager.)

NameDescription
System_CAPS_pubeventCancelRequested

An event that fires when IsCancelRequested changes.(Inherited from ITaskManager.)

System_CAPS_pubeventStateChanged

Occurs when the task manager initiates the task execution procedure.(Inherited from ITaskManager.)

Return to top
Show: