Compartilhar via


Classe TupleCollection

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.TupleCollection

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

Sintaxe

'Declaração
Public NotInheritable Class TupleCollection _
    Implements IEnumerable, IDisposable
'Uso
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

O tipo TupleCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of Tuple objects in the collection.
Propriedade pública 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ício

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the TupleCollection.
Método público Dispose Releases all resources used by the TupleCollection.
Método público Equals (Herdado de Object.)
Método público GetEnumerator() Gets an Enumerator for iterating through the collection.
Método protegido GetEnumerator() Gets an enumerator that iterates through the collection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdServer