
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class Tuple Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of Member) | |
| C# | |
|---|---|
public sealed class Tuple : System.Collections.ObjectModel.ReadOnlyCollection<Member> | |
Tuple is a list of members. There is only one member of some hierarchy in a tuple. Use the GrapeCity.ActiveAnalysis.Schema.Member.Parent property to get ascendant members in a hierarchy. You can get the dimensionality of a tuple through the Definition property.
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
GrapeCity.ActiveAnalysis.Data.Tuple
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2