DataCubeUnlinkExternalHierarchy(ITimeHierarchyLevel) Method

Unlinks an ITimeHierarchyLevel 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(
	ITimeHierarchyLevel level
)

Parameters

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