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


Метод ModelComponentCollection.Contains (IModelComponent)

Determines whether the specified item is in the collection.

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

Синтаксис

'Декларация
Protected Function Contains ( _
    item As IModelComponent _
) As Boolean
'Применение
Dim item As IModelComponent 
Dim returnValue As Boolean 

returnValue = Me.Contains(item)
protected bool Contains(
    IModelComponent item
)
protected:
bool Contains(
    IModelComponent^ item
)
member Contains : 
        item:IModelComponent -> bool
protected function Contains(
    item : IModelComponent
) : boolean

Параметры

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

Тип: System.Boolean
true if the specified item is found in the collection; otherwise, false.

См. также

Справочник

ModelComponentCollection Класс

Перегрузка Contains

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