Udostępnij za pośrednictwem


Metoda ModelComponentCollection.Contains (String)

Określa, czy element z określonego klucz jest w ModelComponentCollection.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Protected Function Contains ( _
    key As String _
) As Boolean
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Boolean
TRUE Jeśli key w ModelComponentCollection; w przeciwnym razie false.