ITaskManager Interface

 

Displays the current property of the TaskManager.

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

public interface class ITaskManager : IServiceProvider

NameDescription
System_CAPS_pubpropertyContext

Gets the context for what the TaskManager is working on.

System_CAPS_pubpropertyDataBus

Gets the specified DataBus control.

System_CAPS_pubpropertyLastExecutionError

Gets the exception message that occurred during the last execution.

System_CAPS_pubpropertyLastValidationResults

Gets the result of the last validation run.

System_CAPS_pubpropertyMoniker

Gets the moniker associated with an action that launched the TaskManager.

System_CAPS_pubpropertyState

Gets the current state of the TaskManager.

NameDescription
System_CAPS_pubmethodGetService(Type^)

(Inherited from IServiceProvider.)

System_CAPS_pubmethodPerform(ISfcScriptCollector^)

Initiates the task execution procedure.

NameDescription
System_CAPS_pubeventCancelRequested

An event that fires when IsCancelRequested changes.

System_CAPS_pubeventStateChanged

Occurs when the task manager initiates the task execution procedure.

Return to top
Show: