MetricSetAddDynamicMeasure Method

Adds a new dynamic measure to the current instance.

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 AddDynamicMeasure(
	string name,
	string description
)

Parameters

name
Type: SystemString
The dynamic measure name.
description
Type: SystemString
The dynamic measure description.

Return Value

Type: MeasureUsage
The measure usage element.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe metric set is set for raw data retrieval, or there is no underlying cube, or the underlying cube has no measures.
See Also