SQLEngineEditionEnum Enumeration |
Namespace: CMS.DataEngine
public enum SQLEngineEditionEnum
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown engine edition. | |
PersonalOrDesktop | 1 | Not available in SQL Server 2005 and later versions. | |
Standard | 2 | This is returned for Standard, Web, and Business Intelligence. | |
Enterprise | 3 | This is returned for Evaluation, Developer, and both Enterprise editions. | |
Express | 4 | This is returned for Express, Express with Tools and Express with Advanced Services | |
SQLAzure | 5 | This is returned for SQL Azure server or sometimes for any other SQL Database. It is not safe to use this property to decide whether is SQL server running on Azure or not. |
Copyright (c) 2019 Kentico Software