Class encapsulating a group of value intersection references that all
share a similar set of dimensions. That is, every set of values in this
group are from the same set of dimensions.
| C# | Visual Basic | Visual C++ |
public class DimensionSearchResultGroup
Public Class DimensionSearchResultGroup
public ref class DimensionSearchResultGroup
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Count |
Gets the number of results actually contained in this result group.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([Int32])] |
Gets the dimension location list at the specified index.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Roots |
Gets the roots of this result group.
| |
| ToString()() | (Inherited from Object.) | |
| TotalNumResults |
Gets the total number of results for this result group found even if
not all of them were returned because of the parameters of the query.
|
| Object | |
| DimensionSearchResultGroup | |