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.3.0.1000)
Syntax public void ReplaceUniqueName(
string uniqueName
)
Public Sub ReplaceUniqueName (
uniqueName As String
)
public:
void ReplaceUniqueName(
String^ uniqueName
)
member ReplaceUniqueName :
uniqueName : string -> unit
Parameters
- uniqueName
- Type: SystemString
The unique name replacement value.
Exceptions Remarks
If the current instance is used as a dependency for other calculated measures, those expression statements may need to be revised.
See Also