Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)