ValidationProcessResponse Class
SQL Server 2012
Holds the response values back from the validation process.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The ValidationProcessResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ValidationProcessResponse() | Initializes a new instance of the ValidationProcessResponse class that has default values. |
![]() | ValidationProcessResponse(OperationResult, Collection<ValidationIssue>, ValidationProcessResult) | Initializes a new instance of the ValidationProcessResponse class that has the specified operation result, validation issue list, and validation process result. |
| Name | Description | |
|---|---|---|
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() | ValidationIssueList | The validation issue list. |
![]() | ValidationProcessResult | The validation process result. |

