DataCubeSetupMeasure(ConnectorElement, AggregatorFunctions, AggregatorFunctions) Method

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

Parameters

connectorElement  ConnectorElement
The element.
supportedAggregators  AggregatorFunctions
The supported aggregators.
defaultAggregator  AggregatorFunctions
The default aggregator.

Return Value

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