SPDataStore.CreateAnnotation method

NOTE: This API is now obsolete. Use the BIMonitoringServiceApplicationProxy.CreateAnnotation(Annotation) method instead.
Creates an annotation that is associated with a scorecard cell.

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

Syntax

'Declaration
Public Function CreateAnnotation ( _
    annotation As Annotation _
) As Annotation
'Usage
Dim instance As SPDataStore
Dim annotation As Annotation
Dim returnValue As Annotation

returnValue = instance.CreateAnnotation(annotation)
public Annotation CreateAnnotation(
    Annotation annotation
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Annotation
The new annotation.

Implements

IBIMonitoringStore.CreateAnnotation(Annotation)

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace