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


Свойство CubeCollection.Item (Int32)

Gets the specified CubeDef from the collection by its index. In Microsoft Visual C#, this property is the indexer for the CubeCollection class.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CubeDef 
    Get
'Применение
Dim instance As CubeCollection 
Dim index As Integer 
Dim value As CubeDef 

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

Параметры

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

Тип: Microsoft.AnalysisServices.AdomdClient.CubeDef
The CubeDef at the specified index.

См. также

Справочник

CubeCollection Класс

Перегрузка Item

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