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


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

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

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

MiningStructureCollection Класс

Перегрузка Item

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