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

參數

傳回

EntityMemberAnnotationsGetResponse
屬性

備註

作業 EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest) 會取出與成員 (直接相關聯的批註,但不會與交易) 相關聯。

必須指定下列輸入:

  • MemberType 識別碼
  • 版本識別碼
  • 修訂識別碼

適用於