Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.69 KB

administer-element-assl.md

File metadata and controls

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

Administer Element (ASSL)

Indicates whether the associated permission includes the right to administer a Database element.

Syntax

  
<DatabasePermission>  
      ...  
      <Administer>...</Administer>  
   ...  
</DatabasePermission>  

Element Characteristics

Characteristic Description
Data type and length Boolean
Default value False
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements DatabasePermission
Child elements None

Remarks

The Administer element indicates whether a user can perform administrative functions only on the specified database. The server administrator role can perform administrative functions on all databases contained by the instance.

The element that corresponds to the parent of Administer in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DatabasePermission.

See Also

Permission Data Type (ASSL)
Role Element (ASSL)
Properties (ASSL)