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.GuidThe GUID of the annotation to delete.
Implements
IBIMonitoringStore.DeleteAnnotation(Guid)