Compartir a través de


Clase CellCollection

Represents a collection of Cell.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

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

Sintaxis

'Declaración
Public NotInheritable Class CellCollection _
    Implements ICollection, IEnumerable
'Uso
Dim instance As CellCollection
public sealed class CellCollection : ICollection, 
    IEnumerable
public ref class CellCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type CellCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class CellCollection implements ICollection, IEnumerable

El tipo CellCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in the CellCollection.
Propiedad pública IsSynchronized Gets a value indicating whether access to the CellCollection is synchronized (thread safe). Always returns false.
Propiedad pública Item[ICollection] Gets the Cell in the collection using the specified index collection.
Propiedad pública Item[Int32] Gets the Cell at the specified index.
Propiedad pública Item[array<Int32[]] Gets the Cell in the collection using the specified array of index.
Propiedad pública Item[Int32, Int32] Gets the Cell using two-dimensional indexing scheme.
Propiedad pública SyncRoot Gets an object that can be used to synchronized access to the CellCollection.

Arriba

Métodos

  Nombre Descripción
Método público CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Returns an enumerator that iterates through the CellCollection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient