IDataCubeServiceChangeAnalysisElementUniqueName 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
IAnalysisElement ChangeAnalysisElementUniqueName(
	DataCube dataCube,
	string existingUniqueName,
	string proposedUniqueName
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
existingUniqueName
Type: SystemString
The existing unique name for the analysis element.
proposedUniqueName
Type: SystemString
The proposed unique name.

Return Value

Type: IAnalysisElement
The analysis element with the changed unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
ArgumentExceptionexistingUniqueName or proposedUniqueName is or Empty.
NotFoundExceptionThe analysis element with the unique name existingUniqueName could not be found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also