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


Метод PerspectiveMeasureGroupCollection.Contains (PerspectiveMeasureGroup)

Indicates whether the collection contains a specified PerspectiveMeasureGroup.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

PerspectiveMeasureGroupCollection Класс

Перегрузка Contains

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