ServerEdition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an enumeration of server edition.
[System.Runtime.InteropServices.Guid("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")]
public enum ServerEdition
[<System.Runtime.InteropServices.Guid("AD7AE324-F5BD-4e52-8BF7-B228C23C0E95")>]
type ServerEdition =
Public Enum ServerEdition
- Inheritance
-
ServerEdition
- Attributes
Fields
Name | Value | Description |
---|---|---|
Standard | 0 | The Standard edition. |
Standard64 | 1 | The Standard64 edition. |
Enterprise | 2 | The Enterprise edition. |
Enterprise64 | 3 | The Enterprise64 edition. |
Developer | 4 | The Developer edition. |
Developer64 | 5 | The Developer64 edition. |
Evaluation | 6 | The Evaluation edition. |
Evaluation64 | 7 | The Evaluation64 edition. |
LocalCube | 8 | The LocalCube edition. |
LocalCube64 | 9 | The LocalCube64 edition. |
BusinessIntelligence | 10 | The BusinessIntelligence edition. |
BusinessIntelligence64 | 11 | The BusinessIntelligence64 edition. |
EnterpriseCore | 12 | The EnterpriseCore edition. |
EnterpriseCore64 | 13 | The EnterpriseCore64 edition. |