TupleCollection Members

Gets a read-only collection of Tuple objects contained by a Set.

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

Public Properties

  Name Description
ms145288.pubproperty(en-US,SQL.90).gif Count Gets the number of Tuple objects in the collection.
ms145288.pubproperty(en-US,SQL.90).gif Item Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms145288.pubmethod(en-US,SQL.90).gif {dtor} Releases all resources used by the TupleCollection.
ms145288.pubmethod(en-US,SQL.90).gif Dispose Releases all resources used by the TupleCollection.
ms145288.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms145288.pubmethod(en-US,SQL.90).gif GetEnumerator Gets an Enumerator for iterating through the collection.
ms145288.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms145288.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms145288.pubmethod(en-US,SQL.90).gifms145288.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms145288.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

Explicit Interface Implementations

  Name Description
IEnumerable.GetEnumerator  

Top

See Also

Reference

TupleCollection Class
Microsoft.AnalysisServices.AdomdServer Namespace