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