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