Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.47 KB

File metadata and controls

69 lines (58 loc) · 2.47 KB
title CubePermission 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
CubePermission Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CubePermission
helpviewer_keywords
CubePermission element
ms.assetid b144b623-ff20-4ead-91ad-4c718f3b140b
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

CubePermission Element (ASSL)

Defines the permissions of the members of a particular Role element in a specific Cube element.

Syntax

  
<CubePermissions>  
   <CubePermission>  
      <!-- The following elements extend Permission -->  
      <ReadSourceData>...</ReadSourceData>  
            <DimensionPermissions>...</DimensionPermissions>  
            <CellPermissions>...</CellPermissions>  
   </CubePermission>  
</CubePermissions>  

Element Characteristics

Characteristic Description
Data type and length Permission
Default value None
Cardinality 0-n: Optional element that can occur once or more than once.

Element Relationships

Relationship Element
Parent elements CubePermissions
Child elements CellPermissions, DimensionPermissions, ReadSourceData

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.CubePermission.

See Also

Cube Element (ASSL)
Objects (ASSL)