DimensionPermissions Element (ASSL)

Contains the collection of permissions applicable to a Dimension element or a CubePermission element.

Syntax

<Dimension> <!-- or CubePermission -->
   ...
   <DimensionPermissions>
            <DimensionPermission>...</DimensionPermission> <!-- parent: Dimension -->
      <!-- or -->
      <DimensionPermission xsi:type="CubeDimensionPermission">...</DimensionPermission> <!-- parent: CubePermission -->
      </DimensionPermissions>
   ...
</Dimension>

Element Characteristics

Characteristic

Description

Data type and length

None

Default value

None

Cardinality

0-1: Optional element that can occur once and only once.

Element Relationships

Relationship

Element

Parent elements

CubePermission, Dimension

Child elements

DimensionPermission

Remarks

For CubePermission elements, DimensionPermission elements in this collection override permissions specified in the DimensionPermissions collection of each dimension explicitly referenced. If a dimension is not referenced in this collection, then the CubePermission element inherits the permissions specified in the DimensionPermissions collection of the dimension.

The corresponding element in the Analysis Management Objects (AMO) object model is DimensionPermissionCollection.

See Also

Reference