Поделиться через


Класс CellCollection

Represents a collection of Cell.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public NotInheritable Class CellCollection _
    Implements ICollection, IEnumerable
'Применение
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

Тип CellCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in the CellCollection.
Открытое свойство IsSynchronized Gets a value indicating whether access to the CellCollection is synchronized (thread safe). Always returns false.
Открытое свойство Item[ICollection] Gets the Cell in the collection using the specified index collection.
Открытое свойство Item[Int32] Gets the Cell at the specified index.
Открытое свойство Item[array<Int32[]] Gets the Cell in the collection using the specified array of index.
Открытое свойство Item[Int32, Int32] Gets the Cell using two-dimensional indexing scheme.
Открытое свойство SyncRoot Gets an object that can be used to synchronized access to the CellCollection.

В начало

Методы

  Имя Описание
Открытый метод CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Открытый метод Equals (Производный от Object.)
Открытый метод GetEnumerator Returns an enumerator that iterates through the CellCollection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICollection.CopyTo Copies the elements of the CellCollection to an array, starting at a particular array index.
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Returns an enumerator that iterates through the CellCollection.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdClient