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