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.
Deletes an existing annotation.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse Implements IService.AnnotationsDelete
'Usage
Dim instance As ServiceClient
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse
returnValue = CType(instance, IService).AnnotationsDelete(request)
AnnotationsDeleteResponseIService.AnnotationsDelete(
AnnotationsDeleteRequest request
)
private:
virtual AnnotationsDeleteResponse^ AnnotationsDelete(
AnnotationsDeleteRequest^ request
) sealed = IService::AnnotationsDelete
private abstract AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
private override AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- request
Typ: Microsoft.MasterDataServices.AnnotationsDeleteRequest
The delete request.
Rückgabewert
Typ: Microsoft.MasterDataServices.AnnotationsDeleteResponse
The AnnotationsDeleteResponse for the operation.
Implementiert
IService.AnnotationsDelete(AnnotationsDeleteRequest)