Share via


ServiceClient.IService.DataQualityStoreInputData 메서드

정의

데이터 품질 저장소 입력에 대한 데이터를 검색합니다.

 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

매개 변수

request
DataQualityStoreInputDataRequest

요청 작업입니다.

반환

작업의 DataQualityStoreInputDataResponse입니다.

구현

특성

적용 대상