Freigeben über


AdomdParameterCollection.IList.Contains-Methode

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

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

Implementiert

IList.Contains(Object)

Siehe auch

Verweis

AdomdParameterCollection Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace