Поделиться через


Метод ModelComponentCollection.Contains (String)

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Protected Function Contains ( _
    key As String _
) As Boolean
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Boolean
true if key found in the ModelComponentCollection; otherwise, false.

См. также

Справочник

ModelComponentCollection Класс

Перегрузка Contains

Пространство имен Microsoft.AnalysisServices