Freigeben über


SPDataStore.CreateAnnotation-Methode

Hinweis: Diese API ist mittlerweile veraltet. Verwenden Sie stattdessen die BIMonitoringServiceApplicationProxy.CreateAnnotation(Annotation) -Methode.
Erstellt eine Anmerkung, die mit einer Scorecardzelle ist.

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
)

Parameter

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.Annotation
Die neue Anmerkung.

Implementiert

IBIMonitoringStore.CreateAnnotation(Annotation)

Siehe auch

Referenz

SPDataStore Klasse

SPDataStore-Member

Microsoft.PerformancePoint.Scorecards.Store-Namespace