Partager via


IBIMonitoringStore.GetAnnotationByID - Méthode

Obtient une annotation par son GUID.

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

Syntaxe

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

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

Paramètres

  • annotationID
    Type : System.Guid

    Le GUID de l'annotation.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.Annotation
L'annotation avec le GUID spécifié.

Voir aussi

Référence

IBIMonitoringStore interface

IBIMonitoringStore - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms