Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.91 KB

role-element-assl.md

File metadata and controls

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

Role Element (ASSL)

Contains information about a security role.

Syntax

  
<Roles>  
      <Role>  
      <Name>...</Name>  
      <ID>...</ID>  
      <CreatedTimestamp>...</CreateTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Description>...</Description>  
      <Members>...</Members>  
      <Annotations>...</Annotations>  
   </Role>  
</Roles>  

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 Roles
Child elements Annotations, CreatedTimestamp, Description, ID, LastSchemaUpdate, Members, Name

Remarks

The definition of the role includes the users that are members of the role.

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

See Also

Database Element (ASSL)
Server Element (ASSL)
Objects (ASSL)