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


Метод IModelComponentCollection.Contains

Пространство имен:  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

Реализует

IModelComponentCollection. . :: . .Contains(IModelComponent)