Поделиться через


Метод GroupCollection.IndexOf

Gets the index of a specified Group.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function IndexOf ( _
    item As Group _
) As Integer
'Применение
Dim instance As GroupCollection 
Dim item As Group 
Dim returnValue As Integer 

returnValue = instance.IndexOf(item)
public int IndexOf(
    Group item
)
public:
int IndexOf(
    Group^ item
)
member IndexOf : 
        item:Group -> int
public function IndexOf(
    item : Group
) : int

Параметры

Возвращаемое значение

Тип: System.Int32
The zero-based index of the Group if the object is found; otherwise, -1.

См. также

Справочник

GroupCollection Класс

Пространство имен Microsoft.AnalysisServices