Classe TupleCollection

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.TupleCollection

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class TupleCollection _
    Implements IEnumerable, IDisposable
'Utilizzo
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

Nel tipo TupleCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of Tuple objects in the collection.
Proprietà pubblica Item Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the TupleCollection.
Metodo pubblico Dispose Releases all resources used by the TupleCollection.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator() Gets an Enumerator for iterating through the collection.
Metodo protetto GetEnumerator() Gets an enumerator that iterates through the collection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer