SPDataStore.UpdateAnnotation Method
NOTE: This API is now obsolete.
Updates an annotation.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Function UpdateAnnotation ( _
annotation As Annotation _
) As Annotation
'Usage
Dim instance As SPDataStore
Dim annotation As Annotation
Dim returnValue As Annotation
returnValue = instance.UpdateAnnotation(annotation)
public Annotation UpdateAnnotation(
Annotation annotation
)
Parameters
annotation
Type: Microsoft.PerformancePoint.Scorecards.AnnotationThe annotation object that contains the updated information.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Annotation
Implements
IBIMonitoringStore.UpdateAnnotation(Annotation)