Share via


Classe TupleCollection

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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..TupleCollection

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class TupleCollection _
    Implements IEnumerable, IDisposable
'Utilisation
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

Le type TupleCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of Tuple objects in the collection.
Propriété publique Item Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the TupleCollection.
Méthode publique Dispose Releases all resources used by the TupleCollection.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator() () () () Gets an Enumerator for iterating through the collection.
Méthode protégée GetEnumerator() () () ()
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.