Partager via


Méthode ServiceClient.IService.AnnotationsUpdate

Updates an existing annotation.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Private Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse Implements IService.AnnotationsUpdate
'Utilisation
Dim instance As ServiceClient
Dim request As AnnotationsUpdateRequest
Dim returnValue As AnnotationsUpdateResponse

returnValue = CType(instance, IService).AnnotationsUpdate(request)
AnnotationsUpdateResponseIService.AnnotationsUpdate(
    AnnotationsUpdateRequest request
)
private:
virtual AnnotationsUpdateResponse^ AnnotationsUpdate(
    AnnotationsUpdateRequest^ request
) sealed = IService::AnnotationsUpdate
private abstract AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse 
private override AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.AnnotationsUpdateResponse
The AnnotationsUpdateResponse for the operation.

Implémente

IService.AnnotationsUpdate(AnnotationsUpdateRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices