MetricSetAddCountMeasure Method

Adds an automatic count measure.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public MeasureUsage AddCountMeasure()

Return Value

Type: MeasureUsage
The measure usage.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current instance requires raw data retrieval, or an automatic count measure is already defined, or the underlying analysis structure is not a DataCube.
See Also