ServiceClient.AnnotationsUpdate(International, String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.