Partager via


Méthode Service.AnnotationsUpdate

Updates an existing annotation.

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

Syntaxe

'Déclaration
Public Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Utilisation
Dim instance As Service 
Dim request As AnnotationsUpdateRequest 
Dim returnValue As AnnotationsUpdateResponse 

returnValue = instance.AnnotationsUpdate(request)
public AnnotationsUpdateResponse AnnotationsUpdate(
    AnnotationsUpdateRequest request
)
public:
virtual AnnotationsUpdateResponse^ AnnotationsUpdate(
    AnnotationsUpdateRequest^ request
) sealed
abstract AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse  
override AnnotationsUpdate : 
        request:AnnotationsUpdateRequest -> AnnotationsUpdateResponse
public final function AnnotationsUpdate(
    request : AnnotationsUpdateRequest
) : AnnotationsUpdateResponse

Paramètres

Valeur de retour

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

Implémente

IService.AnnotationsUpdate(AnnotationsUpdateRequest)

Voir aussi

Référence

Service Classe

Espace de noms Microsoft.MasterDataServices.Services