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