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


Метод Remove (AggregationDesignAttribute)

Removes the specified AggregationDesignAttribute from the collection.

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

Синтаксис

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

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

Исключения

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

item is not contained by the collection.