TupleCollection Class

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

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.TupleCollection

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class TupleCollection _
    Implements IEnumerable, IDisposable
'Usage
Dim instance As TupleCollection
public sealed class TupleCollection : IEnumerable, 
    IDisposable
public ref class TupleCollection sealed : IEnumerable, 
    IDisposable
[<SealedAttribute>]
type TupleCollection =  
    class 
        interface IEnumerable 
        interface IDisposable 
    end
public final class TupleCollection implements IEnumerable, IDisposable

The TupleCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of Tuple objects in the collection.
Public property 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

Methods

  Name Description
Public method {dtor} Releases all resources used by the TupleCollection.
Public method Dispose Releases all resources used by the TupleCollection.
Public method Equals (Inherited from Object.)
Public method GetEnumerator() Gets an Enumerator for iterating through the collection.
Protected method GetEnumerator() Gets an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace