Метод AggregationDesignCollection.Remove (AggregationDesign)
Removes the specified AggregationDesign from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As AggregationDesign _
)
'Применение
Dim instance As AggregationDesignCollection
Dim item As AggregationDesign
instance.Remove(item)
public void Remove(
AggregationDesign item
)
public:
void Remove(
AggregationDesign^ item
)
member Remove :
item:AggregationDesign -> unit
public function Remove(
item : AggregationDesign
)
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item is not contained by the collection. |