Partager via


AdomdPropertyCollection.Contains Method

Determines whether a property is in the AdomdPropertyCollection.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    value As AdomdProperty _
) As Boolean
public bool Contains (
    AdomdProperty value
)
public:
bool Contains (
    AdomdProperty^ value
)
public boolean Contains (
    AdomdProperty value
)
public function Contains (
    value : AdomdProperty
) : boolean

Paramètres

Valeur de retour

A Boolean that contains true if the AdomdProperty exists in the collection; false otherwise.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AdomdPropertyCollection Class
AdomdPropertyCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace