AdomdParameterCollection.IList.Contains Method
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Private Function Contains ( _
pObj As Object _
) As Boolean Implements IList.Contains
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- pObj
Type: System.Object
Return Value
Type: System.Boolean