ITaskFormManager Interface

 

Provides the class to manage the task form manager.

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

public interface class ITaskFormManager : ITaskManager, IUIManager, 
	IServiceProvider

NameDescription
System_CAPS_pubpropertyContext

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

System_CAPS_pubpropertyControl

Gets the control type of the Control.

System_CAPS_pubpropertyControllers

Gets the collection of the controller components.(Inherited from IUIManager.)

System_CAPS_pubpropertyCurrentController

Gets or sets the current view.(Inherited from IUIManager.)

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_pubpropertyTaskFormInfo

Gets the value of the TaskFormInfo to be displayed.

NameDescription
System_CAPS_pubmethodGetService(Type^)

(Inherited from IServiceProvider.)

System_CAPS_pubmethodInitialize(String^, IContext^, ITaskFormInfo^)

Initializes the properties of the TaskFormManager.

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_pubeventCurrentControllerChanged

Occurs when the CurrentView property is changed.(Inherited from IUIManager.)

System_CAPS_pubeventCurrentControllerChanging

Occurs when the CurrentView property is about to change.(Inherited from IUIManager.)

System_CAPS_pubeventStateChanged

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

Return to top
Show: