FormulaMetricSetAddRowHierarchy Method

Adds a new row hierarchy and automatically links any corresponding generic dependency parameters to the current usage element parameters.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override HierarchyUsage AddRowHierarchy(
	IHierarchy hierarchy
)

Parameters

hierarchy  IHierarchy
The hierarchy.

Return Value

HierarchyUsage
The hierarchy usage.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is .
ArgumentExceptionhierarchy has a different parent analysis structure than the current metric set, or hierarchy is already part of the current metric set definition.
See Also