DatabaseEngineEdition 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SERVERPROPERTY(“EngineEdition”)返回的可能值。 有关详细信息,请参阅https://learn.microsoft.com/sql/t-sql/functions/serverproperty-transact-sql
[Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResources("Microsoft.SqlServer.Management.Common.StringConnectionInfo")]
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter))]
public enum DatabaseEngineEdition
[<Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResources("Microsoft.SqlServer.Management.Common.StringConnectionInfo")>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter))>]
type DatabaseEngineEdition =
Public Enum DatabaseEngineEdition
- 继承
-
DatabaseEngineEdition
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Unknown | 0 | |
| Personal | 1 | 个人或桌面引擎(SQL Server 2005(9.x)及更高版本中不可用。 |
| Standard | 2 | 标准(标准、Web 和商业智能)。 |
| Enterprise | 3 | 企业版(用于评估版、开发人员版和企业版)。 |
| Express | 4 | Express (对于 Express、使用工具和高级服务的 Express) |
| SqlDatabase | 5 | Azure SQL 数据库 |
| SqlDataWarehouse | 6 | Azure Synapse专用 SQL 池(前 DataWarehouse) |
| SqlStretchDatabase | 7 | Stretch Database |
| SqlManagedInstance | 8 | Azure SQL 托管实例 |
| SqlDatabaseEdge | 9 | Azure SQL Edge(所有版本的Azure SQL Edge) |
| SqlAzureArcManagedInstance | 10 | Azure Arc托管 SQL 实例 |
| SqlOnDemand | 11 | Azure Synapse无服务器 SQL 池(SQL OnDemand) |