Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates an existing annotation.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function AnnotationsUpdate ( _
request As AnnotationsUpdateRequest _
) As AnnotationsUpdateResponse Implements IService.AnnotationsUpdate
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.AnnotationsUpdateRequest
The update request.
Return Value
Type: Microsoft.MasterDataServices.AnnotationsUpdateResponse
The AnnotationsUpdateResponse for the operation.
Implements
IService.AnnotationsUpdate(AnnotationsUpdateRequest)