다음을 통해 공유


IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest) 메서드

정의

멤버에 연결되는 주석을 검색합니다.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationsGetResponse ^ EntityMemberAnnotationsGet(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityMemberAnnotationsGet : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
Public Function EntityMemberAnnotationsGet (request As EntityMemberAnnotationsGetRequest) As EntityMemberAnnotationsGetResponse

매개 변수

request
EntityMemberAnnotationsGetRequest

요청입니다.

반환

특성

설명

작업은 EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest) 멤버와 직접 연결되지만 트랜잭션과 연결되지 않은 주석을 검색합니다.

다음 입력을 지정해야 합니다.

  • MemberType Id
  • 버전 ID
  • 수정 ID

적용 대상