Open this page in the API Guide

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

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubes.DataCube
The data cube.
existingUniqueName
Type: System.String
The existing unique name for the analysis element.
proposedUniqueName
Type: System.String
The proposed unique name.

Return Value

Type: IAnalysisElement
The analysis element with the changed unique name.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is null.
ArgumentExceptionexistingUniqueName or proposedUniqueName is null 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