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
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- request
Typ: Microsoft.MasterDataServices.AnnotationsUpdateRequest
The update request.
Rückgabewert
Typ: Microsoft.MasterDataServices.AnnotationsUpdateResponse
The AnnotationsUpdateResponse for the operation.
Implementiert
IService.AnnotationsUpdate(AnnotationsUpdateRequest)