Compartir a través de


Service.AnnotationsUpdate Método

Updates an existing annotation.

Espacio de nombres:  Microsoft.MasterDataServices.Services
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
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 devuelto

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

Implementa

IService.AnnotationsUpdate(AnnotationsUpdateRequest)

Vea también

Referencia

Service Clase

Espacio de nombres Microsoft.MasterDataServices.Services