Click or drag to resize
SQLEngineEditionEnum Enumeration
Enumeration for database engine edition of the instance of SQL Server installed on the server. http://msdn.microsoft.com/en-us/library/ms174396.aspx, EngineEdition property.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public enum SQLEngineEditionEnum
Members
  Member nameValueDescription
Unknown0 Unknown engine edition.
PersonalOrDesktop1 Not available in SQL Server 2005 and later versions.
Standard2 This is returned for Standard, Web, and Business Intelligence.
Enterprise3 This is returned for Evaluation, Developer, and both Enterprise editions.
Express4 This is returned for Express, Express with Tools and Express with Advanced Services
SQLAzure5 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.
See Also