Tuple Class
SQL Server 2012
Represents an ordered collection of members from different hierarchies.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
The Tuple type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Members | Gets an instance of the MemberCollection class from the Tuple. |
![]() | TupleOrdinal | Gets the ordinal position of the Tuple. |
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 used to represent a tuple by encapsulating the collection of Member objects that define the tuple. Tuple objects can be referenced only through the Tuples property of a Set.

