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

Parameters

element  IAnalysisElement
The analysis element.
uniqueName  String
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