Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 2.61 KB

File metadata and controls

75 lines (63 loc) · 2.61 KB
title Role 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
Role Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ROLE
helpviewer_keywords
Role element
ms.assetid 56f52462-a7fd-4b51-a7fb-4311134439e9
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

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)