DataCubeChangeAnalysisElementUniqueName 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 (24.3.0.1000)
Syntax
public void ChangeAnalysisElementUniqueName(
	IAnalysisElement element,
	string uniqueName
)

Parameters

element
Type: Dundas.BI.Data.MetadataIAnalysisElement
The analysis element.
uniqueName
Type: SystemString
The proposed unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
ArgumentExceptionelement does not belong to the current data cube or uniqueName is 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