Open this page in the API Guide

DataCube.UnlinkExternalHierarchy Method (UserHierarchyLevel)

Unlinks an UserHierarchyLevel linked to the current instance.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void UnlinkExternalHierarchy(
	UserHierarchyLevel level
)

Parameters

level
Type: Dundas.BI.Entities.UserHierarchies.UserHierarchyLevel
The relational hierarchy level.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is null.
ArgumentExceptionlevel does not belong to the current instance.
See Also