Open this page in the API Guide

DataCube.ChangeAnalysisElementUniqueName Method

Changes the unique name for the specified analysis element.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void ChangeAnalysisElementUniqueName(
	IAnalysisElement element,
	string uniqueName
)

Parameters

element
Type: Dundas.BI.Data.Metadata.IAnalysisElement
The analysis element.
uniqueName
Type: System.String
The proposed unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is null.
ArgumentExceptionelement does not belong to the current data cube or uniqueName is null or Empty.
Remarks
The method is intended for streamlining the unique names, especially since they are used in all formula implementations. However, existing formulas may fail if they rely on the old value.
See Also