ITaskValidationManager Interface
Defines a method that shows the collection of tasks in the manager to be validated.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | IsValidating | Gets a value indicating whether the validation is in progress. |
![]() | LastValidationResults | Gets the results of the last validation run. |
![]() | Validators | Gets the collection of the validator components. |
| Name | Description | |
|---|---|---|
![]() | BeginValidationAsync() | Initiates the validation process. |
![]() | Validate() | Performs validation by using the validators collection before each validator is to be executed. |
| Name | Description | |
|---|---|---|
![]() | Validated | Occurs when the validation process is completed. |
![]() | Validating | Occurs when the validation process is about to begin. |
Show:


