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


Метод 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
)

Параметры

Исключения

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

item is not contained by the collection.

См. также

Справочник

AggregationInstanceCollection Класс

Перегрузка Remove

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