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