DacDeployOptions.DatabaseSpecification Property
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.
Defines optional parameters specific to a Microsoft Azure SQL Database.
[Microsoft.SqlServer.Dac.NestedDeploymentProperty]
public Microsoft.SqlServer.Dac.DacAzureDatabaseSpecification DatabaseSpecification { get; set; }
[Microsoft.SqlServer.Dac.NestedDeploymentProperty]
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseSpecification")]
public Microsoft.SqlServer.Dac.DacAzureDatabaseSpecification DatabaseSpecification { get; set; }
[<Microsoft.SqlServer.Dac.NestedDeploymentProperty>]
member this.DatabaseSpecification : Microsoft.SqlServer.Dac.DacAzureDatabaseSpecification with get, set
[<Microsoft.SqlServer.Dac.NestedDeploymentProperty>]
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DatabaseSpecification")>]
member this.DatabaseSpecification : Microsoft.SqlServer.Dac.DacAzureDatabaseSpecification with get, set
Public Property DatabaseSpecification As DacAzureDatabaseSpecification
Property Value
- Attributes