次の方法で共有


IService.EntityMemberAnnotationSave(EntityMemberAnnotationSaveRequest) メソッド

定義

メンバー リビジョンの注釈を作成または更新します。

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

パラメーター

戻り値

属性

注釈

操作では EntityMemberAnnotationSave(EntityMemberAnnotationSaveRequest) 、メンバー リビジョンの注釈を作成または更新します。

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

  • MemberType ID
  • バージョン ID
  • Annotation

適用対象