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.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function AnnotationsDelete ( _
request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse
'Usage
Dim instance As Service
Dim request As AnnotationsDeleteRequest
Dim returnValue As AnnotationsDeleteResponse
returnValue = instance.AnnotationsDelete(request)
public AnnotationsDeleteResponse AnnotationsDelete(
AnnotationsDeleteRequest request
)
public:
virtual AnnotationsDeleteResponse^ AnnotationsDelete(
AnnotationsDeleteRequest^ request
) sealed
abstract AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
override AnnotationsDelete :
request:AnnotationsDeleteRequest -> AnnotationsDeleteResponse
public final function AnnotationsDelete(
request : AnnotationsDeleteRequest
) : AnnotationsDeleteResponse
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest
The delete request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteResponse
The AnnotationsDeleteResponse for the operation.
Implementiert
IService.AnnotationsDelete(AnnotationsDeleteRequest)