Share via


SPDataStore.GetAnnotationByID - Méthode

Remarque : cette API est maintenant obsolète. Utilisez la méthode BIMonitoringServiceApplicationProxy.GetAnnotationByID(Guid) à la place.
Obtient une annotation par son GUID.

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

Syntaxe

'Déclaration
Public Function GetAnnotationByID ( _
    annotationID As Guid _
) As Annotation
'Utilisation
Dim instance As SPDataStore
Dim annotationID As Guid
Dim returnValue As Annotation

returnValue = instance.GetAnnotationByID(annotationID)
public Annotation GetAnnotationByID(
    Guid annotationID
)

Paramètres

  • annotationID
    Type : System.Guid

    Le GUID de l'annotation.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.Annotation

Implémentations

IBIMonitoringStore.GetAnnotationByID(Guid)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms