Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.21 KB

File metadata and controls

69 lines (57 loc) · 2.21 KB
title Administer 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
Administer Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Administer
helpviewer_keywords
Administer element
ms.assetid 52924cd6-6176-47c8-ab17-4ee0e0ce42b1
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

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)