QueryResult class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the results of a multidimensional query in the form of a dictionary.

Inheritance hierarchy

System.Object
  System.Collections.DictionaryBase
    Microsoft.PerformancePoint.Scorecards.QueryResult

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

Syntax

'Declaration
Public Class QueryResult _
    Inherits DictionaryBase
'Usage
Dim instance As QueryResult
public class QueryResult : DictionaryBase

Remarks

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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

QueryResult members

Microsoft.PerformancePoint.Scorecards namespace