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


Метод AggregationCollection.Contains (Aggregation)

Indicates whether the collection contains a specified Aggregation.

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

Синтаксис

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

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

Параметры

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

Тип: System.Boolean
true if the Aggregation is contained in the collection; otherwise, false.

См. также

Справочник

AggregationCollection Класс

Перегрузка Contains

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