Метод RoleMemberCollection.IndexOf
Searches for the specified RoleMember and returns its zero-based index within the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function IndexOf ( _
item As RoleMember _
) As Integer
'Применение
Dim instance As RoleMemberCollection
Dim item As RoleMember
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
RoleMember item
)
public:
int IndexOf(
RoleMember^ item
)
member IndexOf :
item:RoleMember -> int
public function IndexOf(
item : RoleMember
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.RoleMember
The RoleMember to locate.
Возвращаемое значение
Тип: System.Int32
The zero-based index of the RoleMember in the collection, if found; otherwise, -1.