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

Parameters

dataCube  DataCube
The data cube.
existingUniqueName  String
The existing unique name for the analysis element.
proposedUniqueName  String
The proposed unique name.

Return Value

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