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