ServiceClient.IService.DataQualityOperationResultsGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the results of a completed DQS operation.
virtual Microsoft::MasterDataServices::DataQualityOperationResultsGetResponse ^ Microsoft.MasterDataServices.IService.DataQualityOperationResultsGet(Microsoft::MasterDataServices::DataQualityOperationResultsGetRequest ^ request) = Microsoft::MasterDataServices::IService::DataQualityOperationResultsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse IService.DataQualityOperationResultsGet (Microsoft.MasterDataServices.DataQualityOperationResultsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.DataQualityOperationResultsGet : Microsoft.MasterDataServices.DataQualityOperationResultsGetRequest -> Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse
override this.Microsoft.MasterDataServices.IService.DataQualityOperationResultsGet : Microsoft.MasterDataServices.DataQualityOperationResultsGetRequest -> Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse
Function DataQualityOperationResultsGet (request As DataQualityOperationResultsGetRequest) As DataQualityOperationResultsGetResponse Implements IService.DataQualityOperationResultsGet
Parameters
The get request.
Returns
A DataQualityOperationResultsGetResponse that contains the results of a completed DQS operation.
Implements
- Attributes