ICubePerspectiveServiceUpdateCubePerspective Method

Updates the cube perspective and replaces existing measures and dimensions with the objects identified by corresponding parameters.

Namespace:  Dundas.BI.Entities.CubePerspectives
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void UpdateCubePerspective(
	Guid cubePerspectiveId,
	IList<string> levelUniqueNames,
	IList<string> measureUniqueNames
)

Parameters

cubePerspectiveId
Type: SystemGuid
The cube perspective identifier.
levelUniqueNames
Type: System.Collections.GenericIListString
The level unique names.
measureUniqueNames
Type: System.Collections.GenericIListString
The measure unique names.
Exceptions
ExceptionCondition
NotFoundExceptionThe cube with the specified cubePerspectiveId does not exist.
ArgumentExceptionThrown when cubePerspectiveId, levelUniqueNames or measureUniqueNames are invalid.
See Also