DacAzureDatabaseSpecification.Edition Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Database Edition
[Microsoft.SqlServer.Dac.DeploymentPropertyAlias("DatabaseEdition")]
public Microsoft.SqlServer.Dac.DacAzureEdition Edition { get; set; }
[Microsoft.SqlServer.Dac.DeploymentPropertyAlias("DatabaseEdition")]
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseEdition")]
public Microsoft.SqlServer.Dac.DacAzureEdition Edition { get; set; }
[<Microsoft.SqlServer.Dac.DeploymentPropertyAlias("DatabaseEdition")>]
member this.Edition : Microsoft.SqlServer.Dac.DacAzureEdition with get, set
[<Microsoft.SqlServer.Dac.DeploymentPropertyAlias("DatabaseEdition")>]
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseEdition")>]
member this.Edition : Microsoft.SqlServer.Dac.DacAzureEdition with get, set
Public Property Edition As DacAzureEdition
Eigenschaftswert
- Attribute
Hinweise
CREATE DATABASE database_name [ COLLATE collation_name ] { ({edition_options} [, ... n]) }
{edition_options} ::= { MAXSIZE = { 100 MB | 250 MB | 500 MB | 1 ... 1024 ... 4096 GB } | (EDITION = {'web' | "Unternehmen" | "basic" | 'Standard' | "Premium" | 'GeneralPurpose' | 'BusinessCritical' | 'Hyperscale'}) |(SERVICE_OBJECTIVE = {'basic' | 'S0' | 'S1' | 'S2' | 'S3' | 'S4'| 'S6'| 'S7'| 'S9'| 'S12' | 'P1' | 'P2' | 'P4'| 'P6' | 'P11' | 'P15' | 'GP_GEN4_1' | 'GP_GEN4_2' | 'GP_GEN4_3' | 'GP_GEN4_4' | 'GP_GEN4_5' | 'GP_GEN4_6' | 'GP_Gen4_7' | 'GP_Gen4_8' | 'GP_Gen4_9' | 'GP_Gen4_10' | 'GP_Gen4_16' | 'GP_Gen4_24' | 'GP_Gen5_2' | 'GP_Gen5_4' | 'GP_Gen5_6' | 'GP_Gen5_8' | 'GP_Gen5_10' | 'GP_Gen5_12' | 'GP_Gen5_14' | 'GP_Gen5_16' | 'GP_Gen5_18' | 'GP_Gen5_20' | 'GP_Gen5_24' | 'GP_Gen5_32' | 'GP_Gen5_40' | 'GP_Gen5_80' | 'BC_Gen4_1' | 'BC_Gen4_2' | 'BC_Gen4_3' | 'BC_Gen4_4' | 'BC_Gen4_5' | 'BC_Gen4_6' | 'BC_Gen4_7' | 'BC_Gen4_8' | 'BC_Gen4_9' | 'BC_Gen4_10' | 'BC_Gen4_16' | 'BC_Gen4_24' | 'BC_Gen5_2' | 'BC_Gen5_4' | 'BC_Gen5_6' | 'BC_Gen5_8' | 'BC_Gen5_10' | 'BC_Gen5_12' | 'BC_Gen5_14' | 'BC_Gen5_16' | 'BC_Gen5_18' | 'BC_Gen5_20' | 'BC_Gen5_24' | 'BC_Gen5_32' | 'BC_Gen5_40' | 'BC_Gen5_80' | 'HS_GEN4_1' | 'HS_GEN4_2' | 'HS_GEN4_4' | 'HS_GEN4_8' | 'HS_GEN4_16' | 'HS_GEN4_24'F | 'HS_GEN5_2' | 'HS_GEN5_4' | 'HS_GEN5_8' | 'HS_GEN5_16' | 'HS_GEN5_24' | 'HS_GEN5_32' | 'HS_GEN5_48' | 'HS_GEN5_80' }) }