Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 4.66 KB

File metadata and controls

85 lines (72 loc) · 4.66 KB
title Edition Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Edition Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Edition
helpviewer_keywords
Edition element
ms.assetid 521e1286-097e-494f-b036-61047096e87e
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

Edition Element (ASSL)

Contains the read-only edition of the instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] represented by the Server element.

Syntax

  
<Server>  
      ...  
      <Edition>...</Edition>  
   ...  
</Server>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Server
Child elements None

Remarks

The Edition element describes which edition of [!INCLUDEssASnoversion] is installed. The value of this element is limited to one of the strings in the following table.

Value Description
Standard [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Standard edition for 32-bit processors.
Enterprise [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Enterprise edition for 32-bit processors.
EnterpriseCore [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Enterprise edition: Core-based Licensing for 32-bit processors.
BusinessIntelligence [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Business Intelligence edition for 32-bit processors.
Developer [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Developer edition for 32-bit processors
Evaluation [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Evaluation edition for 64-bit processors.
Local [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Local edition for 32-bit processors.
Standard64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Standard edition for 64-bit processors.
Enterprise64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Enterprise edition for 64-bit processors.
EnterpriseCore64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Enterprise edition: Core-based Licensing for 64-bit processors.
BusinessIntelligence64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Business Intelligence edition for 64-bit processors.
Developer64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Developer edition for 64-bit processors
Evaluation64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Evaluation edition for 64-bit processors.
Local64 [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Local edition for 64-bit processors.

The enumeration corresponding to the allowed values for ServerEdition in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ServerEdition.

See Also

Version Element (ASSL)
Properties (ASSL)