Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsUpdateRequest
The update request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsUpdateResponse
The AnnotationsUpdateResponse for the operation.
Implementiert
IService.AnnotationsUpdate(AnnotationsUpdateRequest)