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


Свойство CellCollection.Item (ICollection)

Gets the Cell in the collection using the specified index collection.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    indexes As ICollection _
) As Cell 
    Get
'Применение
Dim instance As CellCollection 
Dim indexes As ICollection 
Dim value As Cell 

value = instance(indexes)
public Cell this[
    ICollection indexes
] { get; }
public:
property Cell^ default[ICollection^ indexes] {
    Cell^ get (ICollection^ indexes);
}
member Item : Cell
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • indexes
    Тип: System.Collections.ICollection
    The collection of index that is used to determine the location of cell element in the cell collection.

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient.Cell
A Cell object.

См. также

Справочник

CellCollection Класс

Перегрузка Item

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