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