Freigeben über


LevelCollection.Contains-Methode (Level)

Indicates whether the collection contains a specified Level.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Contains ( _
    item As Level _
) As Boolean
'Usage
Dim instance As LevelCollection 
Dim item As Level 
Dim returnValue As Boolean 

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

Parameter

Rückgabewert

Typ: System.Boolean
true if the Level is contained in the collection; otherwise, false.

Siehe auch

Verweis

LevelCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace