Partager via


Méthode ServiceClient.IService.AnnotationsDelete

Deletes an existing annotation.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Private Function AnnotationsDelete ( _
    request As AnnotationsDeleteRequest _
) As AnnotationsDeleteResponse Implements IService.AnnotationsDelete
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.AnnotationsDeleteResponse
The AnnotationsDeleteResponse for the operation.

Implémente

IService.AnnotationsDelete(AnnotationsDeleteRequest)

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices