Метод MeasureCollection.IndexOf (Measure)
Gets the index of a specified Measure.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
item As Measure _
) As Integer
'Применение
Dim instance As MeasureCollection
Dim item As Measure
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Measure item
)
public:
int IndexOf(
Measure^ item
)
member IndexOf :
item:Measure -> int
public function IndexOf(
item : Measure
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.Measure
The Measure to be returned.
Возвращаемое значение
Тип: System.Int32
The zero-based index of the Measure if the object is found; otherwise, -1.