DataCubeUnlinkExternalHierarchy 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 (24.3.0.1000)
Syntax
public void UnlinkExternalHierarchy(
	UserHierarchyLevel level
)

Parameters

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