Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.86 KB

roleid-element-assl.md

File metadata and controls

50 lines (36 loc) · 1.86 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
RoleID Element (ASSL) | Microsoft Docs
Learn about the RoleID property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

RoleID Element (ASSL)

Identifies the role for which permissions are being defined.

Syntax

  
<Permission> <!-- or one of the listed below in the Element Relationships table -->  
   ...  
   <RoleID>...</RoleID>  
   ...  
</Permission>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements CubePermission, DatabasePermission, DimensionPermission, MiningModelPermission, MiningStructurePermission, Permission
Child elements None

Remarks

The elements that correspond to the parents of RoleID in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CubePermission, xref:Microsoft.AnalysisServices.DatabasePermission, xref:Microsoft.AnalysisServices.DimensionPermission, xref:Microsoft.AnalysisServices.MiningModelPermission, xref:Microsoft.AnalysisServices.MiningStructurePermission, and xref:Microsoft.AnalysisServices.Permission.

See Also

Properties (ASSL)