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