MeasureMember Constructor (String, String, AggregatorFunctions)

Initializes a new instance of the MeasureMember class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public MeasureMember(
	string uniqueName,
	string caption,
	AggregatorFunctions aggregator
)

Parameters

uniqueName
Type: SystemString
The measure unique name.
caption
Type: SystemString
The caption.
aggregator
Type: Dundas.BI.DataAggregatorFunctions
The aggregator.
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is or empty or aggregator is not a valid value.
See Also