Share via


SPDataStore.DeleteAnnotation - Méthode

Remarque : cette API est maintenant obsolète. Utilisez la méthode BIMonitoringServiceApplicationProxy.DeleteAnnotation(Guid) à la place.
Supprime une annotation.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Store
Assembly :  Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntaxe

'Déclaration
Public Sub DeleteAnnotation ( _
    annotationID As Guid _
)
'Utilisation
Dim instance As SPDataStore
Dim annotationID As Guid

instance.DeleteAnnotation(annotationID)
public void DeleteAnnotation(
    Guid annotationID
)

Paramètres

  • annotationID
    Type : System.Guid

    Le GUID de l'annotation à supprimer.

Implémentations

IBIMonitoringStore.DeleteAnnotation(Guid)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms