Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 2.52 KB

File metadata and controls

64 lines (53 loc) · 2.52 KB
title DimensionPermission Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
DimensionPermission Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
DimensionPermission
helpviewer_keywords
DimensionPermission element
ms.assetid e06efbda-64fd-4dca-a2b5-c8ffbf21512c
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

DimensionPermission Element (ASSL)

Defines the permissions that belong to a particular Role element for a specific database dimension or cube dimension.

Syntax

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

Element Characteristics

Characteristic Description
Data type and length The following are valid Parent (or Ancestor): Data Type pairs:

Dimension:DimensionPermission

CubePermission:
CubeDimensionPermission
Default value None
Cardinality 0-n: Optional element that can occur once or more than once.

Element Relationships

Relationship Element
Parent element DimensionPermissions

Remarks

The corresponding elements in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.DimensionPermission and xref:Microsoft.AnalysisServices.CubeDimensionPermission.

See Also

Objects (ASSL)