ServiceClient.IService.DataQualityStoreInputData Method

Definition

Retrieves the data for the data quality store input.

 virtual Microsoft::MasterDataServices::DataQualityStoreInputDataResponse ^ Microsoft.MasterDataServices.IService.DataQualityStoreInputData(Microsoft::MasterDataServices::DataQualityStoreInputDataRequest ^ request) = Microsoft::MasterDataServices::IService::DataQualityStoreInputData;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.DataQualityStoreInputDataResponse IService.DataQualityStoreInputData (Microsoft.MasterDataServices.DataQualityStoreInputDataRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.DataQualityStoreInputData : Microsoft.MasterDataServices.DataQualityStoreInputDataRequest -> Microsoft.MasterDataServices.DataQualityStoreInputDataResponse
override this.Microsoft.MasterDataServices.IService.DataQualityStoreInputData : Microsoft.MasterDataServices.DataQualityStoreInputDataRequest -> Microsoft.MasterDataServices.DataQualityStoreInputDataResponse
Function DataQualityStoreInputData (request As DataQualityStoreInputDataRequest) As DataQualityStoreInputDataResponse Implements IService.DataQualityStoreInputData

Parameters

request
DataQualityStoreInputDataRequest

The request operation.

Returns

The DataQualityStoreInputDataResponse for the operation.

Implements

Attributes

Applies to