MeasureUsageReplaceUniqueName Method

Replaces the unique name for the current measure usage. When the current instance references a calculated measure, its name is also changed accordingly.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void ReplaceUniqueName(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
The unique name replacement value.
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is either or Empty.
Remarks
If the current instance is used as a dependency for other calculated measures, those expression statements may need to be revised.
See Also