BIMonitoringServiceApplicationProxy.GetAnnotation - Méthode
Obtient l'annotation d'une cellule de tableau de bord.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntaxe
'Déclaration
Public Function GetAnnotation ( _
scorecardLocation As RepositoryLocation, _
tupleCollection As TupleCollection, _
cellPath As String _
) As Annotation
'Utilisation
Dim instance As BIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim tupleCollection As TupleCollection
Dim cellPath As String
Dim returnValue As Annotation
returnValue = instance.GetAnnotation(scorecardLocation, _
tupleCollection, cellPath)
public Annotation GetAnnotation(
RepositoryLocation scorecardLocation,
TupleCollection tupleCollection,
string cellPath
)
Paramètres
scorecardLocation
Type : Microsoft.PerformancePoint.Scorecards.RepositoryLocationL'emplacement du tableau de bord associé dans le référentiel.
tupleCollection
Type : Microsoft.PerformancePoint.Scorecards.TupleCollectionLa collection de page, ligne, colonne et les filtres tuples.
cellPath
Type : System.StringLe chemin d'accès de la cellule.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.Annotation
L'annotation de la cellule de tableau de bord.
Implémentations
IBIMonitoringServiceApplicationProxy.GetAnnotation(RepositoryLocation, TupleCollection, String)
Voir aussi
Référence
BIMonitoringServiceApplicationProxy classe