Partilhar via


Método Service.AnnotationsUpdate

Updates an existing annotation.

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
Public Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Uso
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

Parâmetros

Valor de retorno

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

Implementa

IService.AnnotationsUpdate(AnnotationsUpdateRequest)

Consulte também

Referência

Service Classe

Namespace Microsoft.MasterDataServices.Services