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.