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


Метод AggregationDimensionCollection.Remove (AggregationDimension)

Removes the specified AggregationDimension from the collection.

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

Синтаксис

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

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

Параметры

Исключения

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

item is not contained by the collection.

См. также

Справочник

AggregationDimensionCollection Класс

Перегрузка Remove

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