다음을 통해 공유


ServiceClient.IService.ValidationGet(ValidationGetRequest) 메서드

정의

지정된 조건의 유효성 검사 문제를 가져옵니다.

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

매개 변수

request
ValidationGetRequest

유효성 검사 가져오기 요청입니다.

반환

유효성 검사 가져오기 요청에 대한 응답을 포함하는 ValidationGetResponse 개체입니다.

구현

특성

적용 대상