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

パラメーター

返品

属性

注釈

EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)操作は、メンバーに直接関連付けられた(ただしトランザクションとは関連しない)注釈を取得します。

以下の入力は必ず指定しなければなりません:

  • メンバータイプID
  • バージョン ID
  • リビジョン ID

適用対象