ServiceClient.IService.DataQualityInstalledState 메서드

정의

DQS 상태를 검색합니다. DQS가 제대로 설치되고 MDS(Master Data Services) 작동하도록 구성된 경우 응답은 양수입니다.

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

매개 변수

request
DataQualityInstalledStateRequest

상태 요청입니다.

반환

작업의 DataQualityInstalledStateResponse입니다.

구현

특성

적용 대상