Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.27 KB

File metadata and controls

68 lines (57 loc) · 2.27 KB
title CellPermission 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
CellPermission Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CellPermission
helpviewer_keywords
CellPermission element
ms.assetid 54a6afc0-1fcb-4b24-851a-6d81e1fe0efc
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

CellPermission Element (ASSL)

Describes the permissions that members of a Role element have on individual cells within a Cube element.

Syntax

  
<CellPermissions>  
   <CellPermission>  
      <Access>...</Access>  
            <Description>...</Description>  
      <Expression>...</Expression>  
      <Annotations>...</Annotations>  
   </CellPermission>  
</CellPermissions>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements CellPermissions
Child elements Access, Annotations, Description, Expression

Remarks

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

See Also

Objects (ASSL)