DataCubeSetupElements(ICollectionConnectorElement) Method

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

Parameters

connectorElements  ICollectionConnectorElement
The connector elements.
Exceptions
ExceptionCondition
ArgumentExceptionconnectorElements is or empty or connectorElements contains connector elements not present in the current instance.
See Also