QueryResult members

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

The QueryResult type exposes the following members.

Constructors

  Name Description
Public method QueryResult Initializes a new instance of the QueryResult class.

Top

Properties

  Name Description
Public property Count (Inherited from DictionaryBase.)
Protected property Dictionary (Inherited from DictionaryBase.)
Protected property InnerHashtable (Inherited from DictionaryBase.)
Public property Item Gets or sets the object with the specified key.
Public property Keys Gets the keys of the underlying dictionary.
Public property KeyTocalculatedMemberNameMappings Gets the key to a calculated member name mapping.
Public property ResultException Gets or sets the result exception.
Public property Values Gets the values of the underlying dictionary.

Top

Methods

  Name Description
Public method Add Adds an object to the dictionary.
Public methodStatic member BuildDataSourceKey Builds a key for a data source.
Public methodStatic member BuildKey(String, String) Builds a key for a measure.
Public methodStatic member BuildKey(KpiMeasure, String) Builds a key for a calculated metric.
Public method Clear (Inherited from DictionaryBase.)
Public method Contains Determines whether the dictionary contains the specified key.
Public method CopyTo(Array, Int32) (Inherited from DictionaryBase.)
Public method CopyTo([], Int32) Copies the elements in the dictionary to an array.
Public method Equals (Inherited from Object.)
Public methodStatic member ExtractQueryResultEmbeddedSymbols Extracts the left and right symbols from the dictionary.
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from DictionaryBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetKpiValue(Kpi, String, IGlobalCache) Returns the value of a key performance indicator (KPI) for the specified slice.
Public method GetKpiValue(Kpi, String, IGlobalCache, TargetCollection) Returns the value of key performance indicator (KPI) for the specified slice.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from DictionaryBase.)
Protected method OnClearComplete (Inherited from DictionaryBase.)
Protected method OnGet (Inherited from DictionaryBase.)
Protected method OnInsert (Inherited from DictionaryBase.)
Protected method OnInsertComplete (Inherited from DictionaryBase.)
Protected method OnRemove (Inherited from DictionaryBase.)
Protected method OnRemoveComplete (Inherited from DictionaryBase.)
Protected method OnSet (Inherited from DictionaryBase.)
Protected method OnSetComplete (Inherited from DictionaryBase.)
Protected method OnValidate (Inherited from DictionaryBase.)
Public method Remove Removes the object with the specified key.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IDictionary.Add (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate method IDictionary.Contains (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property IDictionary.IsFixedSize (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property IDictionary.IsReadOnly (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property IDictionary.Item (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property IDictionary.Keys (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate method IDictionary.Remove (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from DictionaryBase.)
Explicit interface implemetationPrivate property IDictionary.Values (Inherited from DictionaryBase.)

Top

See also

Reference

QueryResult class

Microsoft.PerformancePoint.Scorecards namespace