ServiceClient.IService.EntityMemberAttributesGet 메서드

정의

지정된 멤버 목록에서 지정된 특성 값 집합을 검색합니다.

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

매개 변수

request
EntityMemberAttributesGetRequest

가져오기 요청입니다.

반환

작업의 EntityMemberAttributesGetResponse입니다.

구현

특성

적용 대상