IService.AnnotationsUpdate(AnnotationsUpdateRequest) Methode

Definition

Aktualisiert eine vorhandene Anmerkung.

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

Parameter

request
AnnotationsUpdateRequest

Die Anforderung.

Gibt zurück

Attribute

Hinweise

Der AnnotationsUpdate(AnnotationsUpdateRequest) Vorgang aktualisiert den Kommentartext einer vorhandenen Anmerkung. Nur der Benutzer, der die Anmerkung erstellt hat, oder ein Modelladministrator kann eine Anmerkung aktualisieren. Die Anmerkung wird durch die ID gefunden. Der Text der Anmerkung wird durch die angegebene Comment Eigenschaft ersetzt.

Gilt für: