Свойство Item (Int32)
Gets the specified MiningModelColumn from the collection by its index.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Integer _
) As MiningModelColumn
Get
'Применение
Dim instance As MiningModelColumnCollection
Dim index As Integer
Dim value As MiningModelColumn
value = instance(index)
public MiningModelColumn this[
int index
] { get; }
public:
property MiningModelColumn^ default[int index] {
MiningModelColumn^ get (int index);
}
member Item : MiningModelColumn
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System. . :: . .Int32
The zero-based index of the MiningModelColumn to find.
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningModelColumn
Замечания
In Microsoft Visual C#, this property is the indexer for the MiningModelColumnCollection class.