Метод RoleMemberCollection.Contains
Determines whether the specified RoleMember is in the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
item As RoleMember _
) As Boolean
'Применение
Dim instance As RoleMemberCollection
Dim item As RoleMember
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
RoleMember item
)
public:
bool Contains(
RoleMember^ item
)
member Contains :
item:RoleMember -> bool
public function Contains(
item : RoleMember
) : boolean
Параметры
- item
Тип: Microsoft.AnalysisServices.RoleMember
The RoleMember to verify if it’s in the collection.
Возвращаемое значение
Тип: System.Boolean
true if the specified RoleMember is found in the collection, otherwise, false.