Compartir a través de


Clase TupleCollection

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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

El tipo TupleCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of Tuple objects in the collection.
Propiedad 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.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator() () () () Gets an Enumerator for iterating through the collection.
Método protegido GetEnumerator() () () ()
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.