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


Метод Remove (AggregationAttribute)

Removes the specified AggregationAttribute from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    item As AggregationAttribute _
)
'Применение
Dim instance As AggregationAttributeCollection
Dim item As AggregationAttribute

instance.Remove(item)
public void Remove(
    AggregationAttribute item
)
public:
void Remove(
    AggregationAttribute^ item
)
member Remove : 
        item:AggregationAttribute -> unit 
public function Remove(
    item : AggregationAttribute
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

item is not contained by the collection.