Open this page in the API Guide

DataCube.SetupElements Method (ICollection<ConnectorElement>)

Performs connector element analysis to set the IMeasure and IHierarchy only for the specified connector elements.

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 SetupElements(
	ICollection<ConnectorElement> connectorElements
)

Parameters

connectorElements
Type: System.Collections.Generic.ICollection<ConnectorElement>
The connector elements.
Exceptions
ExceptionCondition
ArgumentExceptionconnectorElements is null or empty or connectorElements contains connector elements not present in the current instance.
See Also