DataCubeUnlinkExternalHierarchy(UserHierarchyLevel) Method

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

Parameters

level  UserHierarchyLevel
The relational hierarchy level.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel is .
ArgumentExceptionlevel does not belong to the current instance.
See Also