DataCubeSetupMeasure Method (ConnectorElement, AggregatorFunctions, 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,
	AggregatorFunctions defaultAggregator
)

Parameters

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

Return Value

Type: DataCubeMeasure
The measure.
Exceptions
ExceptionCondition
ArgumentNullExceptionconnectorElement is .
ArgumentExceptionconnectorElement does not belong the output element collection or supportedAggregators or defaultAggregator is invalid or connectorElement has not a numeric data type .
See Also