Partager via


IGlobalCache.GetKpiMeasure - Méthode

Obtient une mesure d'indicateur de performance clés à partir du cache.

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

Syntaxe

'Déclaration
Function GetKpiMeasure ( _
    kpiLocation As RepositoryLocation, _
    kpiMeasureGuid As Guid _
) As KpiMeasure
'Utilisation
Dim instance As IGlobalCache
Dim kpiLocation As RepositoryLocation
Dim kpiMeasureGuid As Guid
Dim returnValue As KpiMeasure

returnValue = instance.GetKpiMeasure(kpiLocation, _
    kpiMeasureGuid)
KpiMeasure GetKpiMeasure(
    RepositoryLocation kpiLocation,
    Guid kpiMeasureGuid
)

Paramètres

  • kpiMeasureGuid
    Type : System.Guid

    Le GUID de la mesure de l'indicateur de performance clé.

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.KpiMeasure
La mesure d'indicateur de performance clé demandée.

Voir aussi

Référence

IGlobalCache interface

IGlobalCache - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms