QueryResult Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
QueryResult | Initializes a new instance of the QueryResult class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from DictionaryBase.) | |
Dictionary | (Inherited from DictionaryBase.) | |
InnerHashtable | (Inherited from DictionaryBase.) | |
Item | Gets or sets the object with the specified key. | |
Keys | Gets the keys of the underlying dictionary. | |
KeyTocalculatedMemberNameMappings | Gets the key to a calculated member name mapping. | |
ResultException | Gets or sets the result exception. | |
Values | Gets the values of the underlying dictionary. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an object to the dictionary. | |
BuildDataSourceKey | Builds a key for a data source. | |
BuildKey(String, String) | Builds a key for a measure. | |
BuildKey(KpiMeasure, String) | Builds a key for a calculated metric. | |
Clear | (Inherited from DictionaryBase.) | |
Contains | Determines whether the dictionary contains the specified key. | |
CopyTo(Array, Int32) | (Inherited from DictionaryBase.) | |
CopyTo([], Int32) | Copies the elements in the dictionary to an array. | |
Equals | (Inherited from Object.) | |
ExtractQueryResultEmbeddedSymbols | Extracts the left and right symbols from the dictionary. | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from DictionaryBase.) | |
GetHashCode | (Inherited from Object.) | |
GetKpiValue(Kpi, String, IGlobalCache) | Returns the value of a key performance indicator (KPI) for the specified slice. | |
GetKpiValue(Kpi, String, IGlobalCache, TargetCollection) | Returns the value of key performance indicator (KPI) for the specified slice. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from DictionaryBase.) | |
OnClearComplete | (Inherited from DictionaryBase.) | |
OnGet | (Inherited from DictionaryBase.) | |
OnInsert | (Inherited from DictionaryBase.) | |
OnInsertComplete | (Inherited from DictionaryBase.) | |
OnRemove | (Inherited from DictionaryBase.) | |
OnRemoveComplete | (Inherited from DictionaryBase.) | |
OnSet | (Inherited from DictionaryBase.) | |
OnSetComplete | (Inherited from DictionaryBase.) | |
OnValidate | (Inherited from DictionaryBase.) | |
Remove | Removes the object with the specified key. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDictionary.Add | (Inherited from DictionaryBase.) | |
IDictionary.Contains | (Inherited from DictionaryBase.) | |
IEnumerable.GetEnumerator | (Inherited from DictionaryBase.) | |
IDictionary.IsFixedSize | (Inherited from DictionaryBase.) | |
IDictionary.IsReadOnly | (Inherited from DictionaryBase.) | |
ICollection.IsSynchronized | (Inherited from DictionaryBase.) | |
IDictionary.Item | (Inherited from DictionaryBase.) | |
IDictionary.Keys | (Inherited from DictionaryBase.) | |
IDictionary.Remove | (Inherited from DictionaryBase.) | |
ICollection.SyncRoot | (Inherited from DictionaryBase.) | |
IDictionary.Values | (Inherited from DictionaryBase.) |
Top