AdomdParameterCollection.IList.Contains Method

Determines whether the AdomdParameterCollection contains a specific value.

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: Object
    The AdomdParameter object to locate in the collection.

Return Value

Type: Boolean
true if the AdomdParameter object is found in the collection; otherwise, false.

Implements

IListContains(Object)

See Also

Reference

AdomdParameterCollection Class

Microsoft.AnalysisServices.AdomdServer Namespace