Freigeben über


SPDataStore.DeleteAnnotation-Methode

Hinweis: Diese API ist mittlerweile veraltet. Verwenden Sie stattdessen die BIMonitoringServiceApplicationProxy.DeleteAnnotation(Guid) -Methode.
Löscht einen Kommentar.

Namespace:  Microsoft.PerformancePoint.Scorecards.Store
Assembly:  Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntax

'Declaration
Public Sub DeleteAnnotation ( _
    annotationID As Guid _
)
'Usage
Dim instance As SPDataStore
Dim annotationID As Guid

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

Parameter

  • annotationID
    Typ: System.Guid

    Die GUID der Anmerkung löschen.

Implementiert

IBIMonitoringStore.DeleteAnnotation(Guid)

Siehe auch

Referenz

SPDataStore Klasse

SPDataStore-Member

Microsoft.PerformancePoint.Scorecards.Store-Namespace