SPDataStore.DeleteAnnotation method

NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.DeleteAnnotation(Guid) method instead.
Deletes an annotation.

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
)

Parameters

  • annotationID
    Type: System.Guid

    The GUID of the annotation to delete.

Implements

IBIMonitoringStore.DeleteAnnotation(Guid)

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace