ITaskFormState Interface

 

Displays the current status of the TaskForm.

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

public interface class ITaskFormState

NameDescription
System_CAPS_pubpropertyExecutionState

Gets or sets the last execution state; null means there are no errors.

System_CAPS_pubpropertyProgress

Gets or sets the progress percentage. If set to less than 0 or greater than 100, the progress control is not visible.

System_CAPS_pubpropertyStatus

Gets or sets the current status of the TaskForm.

System_CAPS_pubpropertyValidationState

Gets or sets the last validation state; null means there are no warnings or errors.

Return to top
Show: