Метод AggregationAttributeCollection.Contains (AggregationAttribute)
Indicates whether the collection contains the specified AggregationAttribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
item As AggregationAttribute _
) As Boolean
'Применение
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
AggregationAttribute item
)
public:
bool Contains(
AggregationAttribute^ item
)
member Contains :
item:AggregationAttribute -> bool
public function Contains(
item : AggregationAttribute
) : boolean
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationAttribute
The AggregationAttribute to be located.
Возвращаемое значение
Тип: System.Boolean
true if the AggregationAttribute is contained in the collection; otherwise, false.