Aracılığıyla paylaş


ModelComponentCollection.Contains Yöntemi (String)

Belirtilen anahtar olan öğe içinde olup olmadığını belirler ModelComponentCollection.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Protected Function Contains ( _
    key As String _
) As Boolean
'Kullanım
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

Parametreler

Dönüş Değeri

Tür: System.Boolean
doğru , key bulunan ModelComponentCollection; Aksi takdirde, yanlış.