DataCubeSetupMeasure Method (ConnectorElement, AggregatorFunctions)

Setups a DataCubeMeasure object using the specified connector element.

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 DataCubeMeasure SetupMeasure(
	ConnectorElement connectorElement,
	AggregatorFunctions supportedAggregators
)

Parameters

connectorElement
Type: Dundas.BI.Data.TransformsConnectorElement
The element.
supportedAggregators
Type: Dundas.BI.DataAggregatorFunctions
The supported aggregators.

Return Value

Type: DataCubeMeasure
The measure.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement is .
ArgumentExceptionconnectorElement does not belong the output element collection or supportedAggregators is invalid.
See Also