TupleCollection Class

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

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.TupleCollection

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.