Class Tuple
Represents an ordered collection of members from different hierarchies.
Inheritance
Inherited Members
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Tuple
Remarks
A tuple consists of an ordered collection of members.
A tuple cannot contain more than one member from any single hierarchy.
In ADOMD.NET, a tuple is represented by encapsulating the collection of member objects that define the tuple. Tuple objects can be referenced only through the property of Tuples in a cell set.
Constructors
Tuple()
Initializes a new instance of the Tuple class.
Declaration
public Tuple()
Properties
Members
Gets or sets the collection members of the tuple.
Declaration
public MemberCollection Members { get; }
Property Value
Type | Description |
---|---|
MemberCollection | The collection members of the tuple. |
OrdinalPosition
Gets or sets the ordinal position of the tuple.
Declaration
public int OrdinalPosition { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The ordinal position of the tuple. |
Visible
Gets or sets a value indicating whether this Tuple is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
ToString()
Returns the System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |
Overrides
ToUniqueString()
Returns the unique System.String that represents this instance.
Declaration
public string ToUniqueString()
Returns
Type | Description |
---|---|
System.String | A unique System.String that represents this instance. |