Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 2.9 KB

File metadata and controls

72 lines (61 loc) · 2.9 KB
title AttributePermission 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
AttributePermission Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
AttributePermission
helpviewer_keywords
AttributePermission element
ms.assetid efc8aa63-3959-4b2e-98f8-2a9c424298c2
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

AttributePermission Element (ASSL)

Defines the permissions that members of a Role element have on the attributes of an individual dimension in a Cube element.

Syntax

  
<AttributePermissions>  
   <AttributePermission>  
      <AttributeID>...</AttributeID>  
      <Description>...</Description>  
      <DefaultMember>...</DefaultMember>  
            <VisualTotals>...</VisualTotals>  
      <AllowedSet>...</AllowedSet>  
            <DeniedSet>...</DeniedSet>  
      <Annotations>...</Annotations>  
   </AttributePermission>  
</AttributePermissions>  

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 AttributePermissions
Child elements AllowedSet, Annotations, AttributeID, DefaultMember, DeniedSet, Description, VisualTotals

Remarks

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

See Also

CubeDimensionPermission Data Type (ASSL)
Objects (ASSL)