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