ITaskExecutionManager Interface

 

Provides a collection of the tasks to manage during the task execution.

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

public interface class ITaskExecutionManager

NameDescription
System_CAPS_pubpropertyIsPerforming

Gets a value that indicates whether the execution manager is performing the task.

System_CAPS_pubpropertyLastExecutionError

Gets the exception error that occurred during the last execution.

System_CAPS_pubpropertyTasks

Gets the collection of tasks.

NameDescription
System_CAPS_pubmethodPerform()

Performs the tasks from the Tasks collection.

System_CAPS_pubmethodScript(ISfcScriptCollector^)

Generates the script.

NameDescription
System_CAPS_pubeventCancelled

Occurs when the execution manager indicates that all tasks has been cancelled.

System_CAPS_pubeventExecutionProgress

Occurs when the execution manager indicates the progress of task execution.

System_CAPS_pubeventIsPerformingChanged

Occurs when the value of the IsPerforming property is changed.

System_CAPS_pubeventLogEntry

Occurs when the value of the IsPerforming property has changed.

System_CAPS_pubeventPerformed

Occurs when the execution of all tasks is completed.

System_CAPS_pubeventPerforming

Occurs when the execution of all tasks is about to begin.

System_CAPS_pubeventTaskPerformed

Occurs when the execution of a task is completed.

System_CAPS_pubeventTaskPerforming

Occurs when the execution of an individual task is about to begin.

Return to top
Show: