Freigeben über


Service.AnnotationsUpdate-Methode

Updates an existing annotation.

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

Syntax

'Declaration
Public Function AnnotationsUpdate ( _
    request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse
'Usage
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

Parameter

Rückgabewert

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

Implementiert

IService.AnnotationsUpdate(AnnotationsUpdateRequest)

Siehe auch

Verweis

Service Klasse

Microsoft.MasterDataServices.Services-Namespace