DataCubeSetupElements Method (ICollectionConnectorElement)

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 (24.3.0.1000)
Syntax
public void SetupElements(
	ICollection<ConnectorElement> connectorElements
)

Parameters

connectorElements
Type: System.Collections.GenericICollectionConnectorElement
The connector elements.
Exceptions
ExceptionCondition
ArgumentExceptionconnectorElements is or empty or connectorElements contains connector elements not present in the current instance.
See Also