ConfiguredView.GetKpiLocations - Méthode

Retourne les emplacements de tous les indicateurs de performance clés dans cette vue.

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

Syntaxe

'Déclaration
Public Function GetKpiLocations As List(Of RepositoryLocation)
'Utilisation
Dim instance As ConfiguredView
Dim returnValue As List(Of RepositoryLocation)

returnValue = instance.GetKpiLocations()
public List<RepositoryLocation> GetKpiLocations()

Valeur renvoyée

Type : System.Collections.Generic.List<RepositoryLocation>
Une liste des emplacements de l'indicateur de performance clé.

Voir aussi

Référence

ConfiguredView classe

ConfiguredView - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms