Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.62 KB

access-element-assl.md

File metadata and controls

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

Access Element (ASSL)

Indicates the level of access given to a CellPermission element.

Syntax

  
<CellPermission>  
   ...  
   <Access>...</Access>  
   ...  
</CellPermission>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements CellPermission
Child elements None

Remarks

The value for this element is limited to one of the strings listed in the following table.

Value Description
Read Read-only access is allowed.
ReadContingent Read-contingent access is allowed.
ReadWrite Read-write access is allowed.

The enumeration that corresponds to the allowed values for Access in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.CellPermissionAccess.

See Also

Role Element (ASSL)
Properties (ASSL)