QueryResult.KeyTocalculatedMemberNameMappings - Propriété

Obtient la clé à un mappage de nom de membre calculé.

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

Syntaxe

'Déclaration
Public ReadOnly Property KeyTocalculatedMemberNameMappings As Dictionary(Of String, String)
    Get
'Utilisation
Dim instance As QueryResult
Dim value As Dictionary(Of String, String)

value = instance.KeyTocalculatedMemberNameMappings
public Dictionary<string, string> KeyTocalculatedMemberNameMappings { get; }

Valeur de propriété

Type : System.Collections.Generic.Dictionary<String, String>
Clé à un mappage de nom de membre calculé.

Remarques

Les clés sont des chaînes de la forme suivante: « {GUID KPI} _ {mesure d'indicateur de performance clé GUID} _slice set ». Exemple : f58f8c18-fae0-4e4f-a032-820aceb76117_c18f8c14-fae0-4e4f-a032-820aceb76117_[Date].[97].[R1], [Région].[Asie]

Voir aussi

Référence

QueryResult classe

QueryResult - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms