HierarchyLevelSortingAddTopOverride Method (String)

Adds the specified rule top override.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void AddTopOverride(
	string memberUniqueName
)

Parameters

memberUniqueName
Type: SystemString
The hierarchy member unique name.
Exceptions
ExceptionCondition
ArgumentExceptionmemberUniqueName is or Empty or memberUniqueName is a duplicate.
See Also