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