Метод 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
Параметры
- item
Тип: Microsoft.AnalysisServices.Group
The Group to be returned.
Возвращаемое значение
Тип: System.Int32
The zero-based index of the Group if the object is found; otherwise, -1.