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 the AdomdPropertyCollection contains the specified element.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- value
Typ: System.Object
The object to locate in the AdomdPropertyCollection.
Rückgabewert
Typ: System.Boolean
true if the AdomdPropertyCollection contains the specified value; otherwise, false.