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