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


Метод ModelComponentCollection.IModelComponentCollection.Contains

Indicates whether the collection contains a specific value.

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

Синтаксис

'Декларация
Private Function Contains ( _
    item As IModelComponent _
) As Boolean Implements IModelComponentCollection.Contains
'Применение
Dim instance As ModelComponentCollection 
Dim item As IModelComponent 
Dim returnValue As Boolean 

returnValue = CType(instance, IModelComponentCollection).Contains(item)
bool IModelComponentCollection.Contains(
    IModelComponent item
)
private:
virtual bool Contains(
    IModelComponent^ item
) sealed = IModelComponentCollection::Contains
private abstract Contains : 
        item:IModelComponent -> bool  
private override Contains : 
        item:IModelComponent -> bool
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

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

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

Реализует

IModelComponentCollection.Contains(IModelComponent)

См. также

Справочник

ModelComponentCollection Класс

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