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