Share via


QueryResult.KeyTocalculatedMemberNameMappings property

Gets the key to a calculated member name mapping.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property KeyTocalculatedMemberNameMappings As Dictionary(Of String, String)
    Get
'Usage
Dim instance As QueryResult
Dim value As Dictionary(Of String, String)

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

Property value

Type: System.Collections.Generic.Dictionary<String, String>
The key to a calculated member name mapping.

Remarks

The keys are strings in the following form: "{KPI GUID}_{KPI measure GUID}_slice set". Example: f58f8c18-fae0-4e4f-a032-820aceb76117_c18f8c14-fae0-4e4f-a032-820aceb76117_[Date].[97].[Q1], [Geo].[Asia]

See also

Reference

QueryResult class

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace