ITaskFormManager Interface

Definition

Provides the class to manage the task form manager.

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

Properties

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 IUIManager)
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.

Methods

Initialize(String, IContext, ITaskFormInfo)

Initializes the properties of the TaskFormManager.

Perform(ISfcScriptCollector)

Initiates the task execution procedure.

(Inherited from ITaskManager)

Events

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)

Applies to