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


Метод ServerPropertyCollection.Contains (ServerProperty)

Indicates whether the collection contains a specified ServerProperty.

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

Синтаксис

'Декларация
Public Function Contains ( _
    item As ServerProperty _
) As Boolean
'Применение
Dim instance As ServerPropertyCollection 
Dim item As ServerProperty 
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    ServerProperty item
)
public:
bool Contains(
    ServerProperty^ item
)
member Contains : 
        item:ServerProperty -> bool
public function Contains(
    item : ServerProperty
) : boolean

Параметры

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

Тип: System.Boolean
true if the ServerProperty exists in the collection; otherwise, false.

См. также

Справочник

ServerPropertyCollection Класс

Перегрузка Contains

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