Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether a property is in the AdomdPropertyCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
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
Parameter
- value
The AdomdProperty to find.
Rückgabewert
A Boolean that contains true if the AdomdProperty exists in the collection; false otherwise.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
AdomdPropertyCollection Class
AdomdPropertyCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace