Partager via


Méthode AdomdPropertyCollection.Contains

Determines whether a property is in the AdomdPropertyCollection.

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

Syntaxe

'Déclaration
Public Function Contains ( _
    value As AdomdProperty _
) As Boolean
'Utilisation
Dim instance As AdomdPropertyCollection 
Dim value As AdomdProperty 
Dim returnValue As Boolean 

returnValue = instance.Contains(value)
public bool Contains(
    AdomdProperty value
)
public:
bool Contains(
    AdomdProperty^ value
)
member Contains : 
        value:AdomdProperty -> bool
public function Contains(
    value : AdomdProperty
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true if the AdomdProperty exists in the collection; false otherwise.

Voir aussi

Référence

AdomdPropertyCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient