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


Метод AggregationDesignDimensionCollection.Contains (AggregationDesignDimension)

Indicates whether the collection contains a specified AggregationDesignDimension.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

AggregationDesignDimensionCollection Класс

Перегрузка Contains

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