DataCubeAddHierarchyLevelLink 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 (24.3.0.1000)
Syntax
public void AddHierarchyLevelLink(
	IHierarchyLevel level,
	IList<ConnectorElement> linkElements
)

Parameters

level
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The level.
linkElements
Type: System.Collections.GenericIListConnectorElement
The link elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionlevel or linkElements is .
ArgumentExceptionlinkElements is not a valid collection.
See Also