Open this page in the API Guide

DataCube.AddHierarchyLevelLink Method

Adds a new external hierarchy link to the existing collection, to improve performance for specific hierarchy rendered levels.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void AddHierarchyLevelLink(
	IHierarchyLevel level,
	IList<ConnectorElement> linkElements
)

Parameters

level
Type: Dundas.BI.Data.Metadata.IHierarchyLevel
The level.
linkElements
Type: System.Collections.Generic.IList<ConnectorElement>
The link elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel or linkElements is null.
ArgumentExceptionlinkElements is not a valid collection.
See Also