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 (25.3.0.1000)
Syntaxpublic MeasureUsage AddCountMeasure()
Public Function AddCountMeasure As MeasureUsage
public:
MeasureUsage^ AddCountMeasure()
member AddCountMeasure : unit -> MeasureUsage 
Return Value
Type: 
MeasureUsageThe measure usage.
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | The 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