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