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