IService.EntityMemberAnnotationsCreate 方法

定义

创建附加到某个成员的新注释。

public:
 Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsCreateResponse ^ EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationsCreateRequest ^ 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.AnnotationsCreateResponse EntityMemberAnnotationsCreate (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
Public Function EntityMemberAnnotationsCreate (request As EntityMemberAnnotationsCreateRequest) As AnnotationsCreateResponse

参数

返回

属性

注解

EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest) 操作向未与事务关联的成员添加批注。

需要以下输入才能指定内容:

  • 模型 ID
  • 版本 ID
  • 实体 ID
  • 成员 ID

此外,至少一个批注注释必须包含在批注集合中。

适用于