HierarchyLevelSortingAddTopOverride Method (IHierarchyMember)

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(
	IHierarchyMember member
)

Parameters

member
Type: Dundas.BI.Data.MetadataIHierarchyMember
The hierarchy member.
Exceptions
ExceptionCondition
ArgumentNullExceptionmember is .
ArgumentExceptionmember is a duplicate or does not belong to the current level.
See Also