TupleBuilder Class
SQL Server 2012
Provides the functionality to create immutable tuples.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
The TupleBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TupleBuilder() | Initializes a new instance of the TupleBuilder class. |
![]() | TupleBuilder(Member) | Initializes a new instance of the TupleBuilder class with a given Member. |
| Name | Description | |
|---|---|---|
![]() | {dtor} | Releases all resources used by the TupleBuilder. |
![]() | Add | Adds a Member to the tuple. |
![]() | Dispose | Releases all resources used by the TupleBuilder. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | ToTuple | Gets a Tuple based on the specified Member objects. |

