Compartilhar via


Classe CellCollection

Represents a collection of Cell.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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

O tipo CellCollection expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método público GetEnumerator Returns an enumerator that iterates through the CellCollection.
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

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Implementações de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

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.AdomdClient