Freigeben über


CellCollection-Klasse

Represents a collection of Cell.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

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

Syntax

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

Der CellCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns an enumerator that iterates through the CellCollection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace