DataQualityOperationStatusResponse Class
This API supports the product infrastructure and is not intended to be used directly from your code.
The DataQualityOperationStatusResponse specifies the status of the DQS operation requested
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts::DataQualityOperationStatusResponse
| Name | Description | |
|---|---|---|
![]() | DataQualityOperationStatusResponse() | Initializes a new instance of the DataQualityOperationStatusResponse class. |
| Name | Description | |
|---|---|---|
![]() | FailureString | Gets or sets the failure message shown to user. |
![]() | OperationResult | Specifies the operation result. (Inherited from MessageResponse.) |
![]() | Status | Gets or sets the status of the operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


