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