Partager via


Classe CellCollection

Represents a collection of Cell.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CellCollection _
    Implements ICollection, IEnumerable
'Utilisation
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

Le type CellCollection expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Méthode publique Equals (hérité de Object.)
Méthode publique GetEnumerator Returns an enumerator that iterates through the CellCollection.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdClient