Freigeben über


ModelComponentCollection.Contains-Methode (String)

Determines whether an item with the specified key is in the ModelComponentCollection.

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

Syntax

'Declaration
Protected Function Contains ( _
    key As String _
) As Boolean
'Usage
Dim key As String 
Dim returnValue As Boolean 

returnValue = Me.Contains(key)
protected bool Contains(
    string key
)
protected:
bool Contains(
    String^ key
)
member Contains : 
        key:string -> bool
protected function Contains(
    key : String
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true if key found in the ModelComponentCollection; otherwise, false.

Siehe auch

Verweis

ModelComponentCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace