Contains the read-only edition of the instance of Microsoft SQL Server 2005 represented by the Server element.
语法
<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 | |
| Child elements | None | 
备注
The Edition element describes which edition of Analysis Services is installed. The value of this element is limited to one of the strings in the following table.
| Value | Description | 
|---|---|
| Standard | Microsoft SQL Server 2005 Standard Edition for 32-bit processors. | 
| Enterprise | Microsoft SQL Server 2005 Enterprise Edition for 32-bit processors. | 
| Developer | Microsoft SQL Server 2005 Developer Edition for 32-bit processors | 
| Evaluation | Microsoft SQL Server 2005 Evaluation Edition for 64-bit processors. | 
| Local | Microsoft SQL Server 2005 Local Edition for 32-bit processors. | 
| Standard64 | Microsoft SQL Server 2005 Standard Edition for 64-bit processors. | 
| Enterprise64 | Microsoft SQL Server 2005 Enterprise Edition for 64-bit processors. | 
| Developer64 | Microsoft SQL Server 2005 Developer Edition for 64-bit processors | 
| Evaluation64 | Microsoft SQL Server 2005 Evaluation Edition for 64-bit processors. | 
| Local64 | Microsoft SQL Server 2005 Local Edition for 64-bit processors. | 
The enumeration corresponding to the allowed values for ServerEdition in the Analysis Management Objects (AMO) object model is ServerEdition.
请参阅
参考
Version Element (ASSL)
Properties (ASSL)