次の方法で共有


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) 、メンバーに直接関連付けられている (トランザクションには関連付けられていない) 注釈を取得します。

次の入力を指定する必要があります。

  • MemberType Id
  • バージョン ID
  • リビジョン ID

適用対象