Classe CellCollection

Represents a collection of Cell.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

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

Sintassi

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

Nel tipo CellCollection sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Returns an enumerator that iterates through the CellCollection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

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