Expand Minimize
This topic has not yet been rated - Rate this topic

DimensionPermissions Element (ASSL)

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


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

Characteristic

Description

Data type and length

None

Default value

None

Cardinality

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

Relationship

Element

Parent elements

CubePermission, Dimension

Child elements

DimensionPermission

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.