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.