ITaskValidationManager Interface

 

Defines a method that shows the collection of tasks in the manager to be validated.

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

public interface class ITaskValidationManager

NameDescription
System_CAPS_pubpropertyIsValidating

Gets a value indicating whether the validation is in progress.

System_CAPS_pubpropertyLastValidationResults

Gets the results of the last validation run.

System_CAPS_pubpropertyValidators

Gets the collection of the validator components.

NameDescription
System_CAPS_pubmethodBeginValidationAsync()

Initiates the validation process.

System_CAPS_pubmethodValidate()

Performs validation by using the validators collection before each validator is to be executed.

NameDescription
System_CAPS_pubeventValidated

Occurs when the validation process is completed.

System_CAPS_pubeventValidating

Occurs when the validation process is about to begin.

Return to top
Show: