Метод AdomdPropertyCollection.IList.Contains
Determines whether the AdomdPropertyCollection contains the specified element.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
'Применение
Dim instance As AdomdPropertyCollection
Dim value As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(value)
bool IList.Contains(
Object value
)
private:
virtual bool Contains(
Object^ value
) sealed = IList::Contains
private abstract Contains :
value:Object -> bool
private override Contains :
value:Object -> bool
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- value
Тип: System.Object
The object to locate in the AdomdPropertyCollection.
Возвращаемое значение
Тип: System.Boolean
true if the AdomdPropertyCollection contains the specified value; otherwise, false.