Partager via


Méthode AdomdPropertyCollection.IList.Contains

Determines whether the AdomdPropertyCollection contains the specified element.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Private Function Contains ( _
    value As Object _
) As Boolean Implements IList.Contains
'Utilisation
Dim instance As AdomdPropertyCollection 
Dim value As Object 
Dim returnValue As Boolean 

returnValue = CType(instance, IList).Contains(value)
bool IList.Contains(
    Object value
)
private:
virtual bool Contains(
    Object^ value
) sealed = IList::Contains
private abstract Contains : 
        value:Object -> bool  
private override Contains : 
        value:Object -> bool
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

Type : System.Boolean
true if the AdomdPropertyCollection contains the specified value; otherwise, false.

Implémente

IList.Contains(Object)

Voir aussi

Référence

AdomdPropertyCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient