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 (26.2.0.1000)
Syntax
void UpdateCubePerspective(
	Guid cubePerspectiveId,
	IList<string> levelUniqueNames,
	IList<string> measureUniqueNames
)

Parameters

cubePerspectiveId  Guid
The cube perspective identifier.
levelUniqueNames  IListString
The level unique names.
measureUniqueNames  IListString
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