IMetricSetServiceAddCountMeasure Method |
Adds an count measure to the given metric set and saves the metric set.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax MeasureUsage AddCountMeasure(
MetricSet metricSet
)
Function AddCountMeasure (
metricSet As MetricSet
) As MeasureUsage
MeasureUsage^ AddCountMeasure(
MetricSet^ metricSet
)
abstract AddCountMeasure :
metricSet : MetricSet -> MeasureUsage
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The MetricSet to add the count measure to.
Return Value
Type:
MeasureUsageThe count measure usage object.
Exceptions See Also