ServiceClient.IService.AnnotationsUpdate(AnnotationsUpdateRequest) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisiert eine bestehende Anmerkung.
virtual Microsoft::MasterDataServices::AnnotationsUpdateResponse ^ Microsoft.MasterDataServices.IService.AnnotationsUpdate(Microsoft::MasterDataServices::AnnotationsUpdateRequest ^ request) = Microsoft::MasterDataServices::IService::AnnotationsUpdate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AnnotationsUpdateResponse IService.AnnotationsUpdate(Microsoft.MasterDataServices.AnnotationsUpdateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.AnnotationsUpdate : Microsoft.MasterDataServices.AnnotationsUpdateRequest -> Microsoft.MasterDataServices.AnnotationsUpdateResponse
override this.Microsoft.MasterDataServices.IService.AnnotationsUpdate : Microsoft.MasterDataServices.AnnotationsUpdateRequest -> Microsoft.MasterDataServices.AnnotationsUpdateResponse
Function AnnotationsUpdate (request As AnnotationsUpdateRequest) As AnnotationsUpdateResponse Implements IService.AnnotationsUpdate
Parameter
- request
- AnnotationsUpdateRequest
Die Update-Anfrage.
Gibt zurück
Der AnnotationsUpdateResponse für den Vorgang.
Implementiert
- Attribute