Partager via


ServiceClient.AnnotationsUpdate(International, String, Int32) Méthode

Définition

Met à jour l'annotation existante avec l'identificateur spécifié.

public:
 Microsoft::MasterDataServices::OperationResult ^ AnnotationsUpdate(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public Microsoft.MasterDataServices.OperationResult AnnotationsUpdate (Microsoft.MasterDataServices.International International, string Comment, int Id);
member this.AnnotationsUpdate : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.OperationResult
Public Function AnnotationsUpdate (International As International, Comment As String, Id As Integer) As OperationResult

Paramètres

International
International

Paramètres de culture.

Comment
String

Texte défini par l'utilisateur utilisé pour remplacer le texte de l'annotation actuelle.

Id
Int32

Identificateur entier unique de l'annotation à mettre à jour.

Retours

Objet OperationResult qui représente le résultat de l'opération.

S’applique à