Sprache

IService.AnnotationsUpdate(AnnotationsUpdateRequest) Methode

Definition

Aktualisiert eine bestehende 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

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

Gilt für: