TupleBuilder Members

Provides the functionality to create immutable tuples.

The following tables list the members exposed by the TupleBuilder type.

Public Constructors

  Name Description
TupleBuilder Overloaded. Initializes a new instance of the TupleBuilder class.

Top

Public Properties

  Name Description
ms145284.pubproperty(en-US,SQL.90).gif Count Gets the number of Member objects in the tuple.
ms145284.pubproperty(en-US,SQL.90).gif Item Gets the specified Member object.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms145284.pubmethod(en-US,SQL.90).gif {dtor} Releases all resources used by the TupleBuilder.
ms145284.pubmethod(en-US,SQL.90).gif Add Adds a Member to the tuple.
ms145284.pubmethod(en-US,SQL.90).gif Dispose Releases all resources used by the TupleBuilder.
ms145284.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms145284.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms145284.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms145284.pubmethod(en-US,SQL.90).gifms145284.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms145284.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms145284.pubmethod(en-US,SQL.90).gif ToTuple Gets a Tuple based on the specified Member objects.

Top

Protected Methods

  Name Description
ms145284.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms145284.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

TupleBuilder Class
Microsoft.AnalysisServices.AdomdServer Namespace