SPDataStore.GetAnnotation - Méthode
Remarque : cette API est maintenant obsolète. Utilisez la méthode BIMonitoringServiceApplicationProxy.GetAnnotation(RepositoryLocation, TupleCollection, String) à la place.
Obtient une annotation.
Espace de noms : Microsoft.PerformancePoint.Scorecards.Store
Assembly : Microsoft.PerformancePoint.Scorecards.Store (dans Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntaxe
'Déclaration
Public Function GetAnnotation ( _
scorecardLocation As RepositoryLocation, _
tupleCollection As TupleCollection, _
cellPath As String _
) As Annotation
'Utilisation
Dim instance As SPDataStore
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 de la carte de performance associée dans le référentiel.
tupleCollection
Type : Microsoft.PerformancePoint.Scorecards.TupleCollectionLa collection de page, ligne, colonne et filtres tuple.
cellPath
Type : System.StringLe chemin d'accès de la cellule.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.Annotation
Implémentations
IBIMonitoringStore.GetAnnotation(RepositoryLocation, TupleCollection, String)
Voir aussi
Référence
Microsoft.PerformancePoint.Scorecards.Store - Espace de noms