Freigeben über


LevelCollection.Contains-Methode (String)

Indicates whether the collection contains a Level, with the specified identifier.

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

Syntax

'Declaration
Public Function Contains ( _
    id As String _
) As Boolean
'Usage
Dim instance As LevelCollection 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    string id
)
public:
bool Contains(
    String^ id
)
member Contains : 
        id:string -> bool
public function Contains(
    id : String
) : 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