Share via


SPDataStore.CreateAnnotation - Méthode

Remarque : cette API est maintenant obsolète. Utilisez la méthode BIMonitoringServiceApplicationProxy.CreateAnnotation(Annotation) à la place.
Crée une annotation qui est associée à une cellule de tableau de bord.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Store
Assembly :  Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntaxe

'Déclaration
Public Function CreateAnnotation ( _
    annotation As Annotation _
) As Annotation
'Utilisation
Dim instance As SPDataStore
Dim annotation As Annotation
Dim returnValue As Annotation

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

Paramètres

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.Annotation
Nouvelle annotation.

Implémentations

IBIMonitoringStore.CreateAnnotation(Annotation)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms