Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 2.14 KB

attributepermission-element-assl.md

File metadata and controls

56 lines (43 loc) · 2.14 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AttributePermission Element (ASSL) | Microsoft Docs
Learn about the AttributePermission object element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

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)