DacExportOptions.TargetEngineVersion Property

Definition

Specifies what the target engine version is expected to be. This is used during export to define the allowed engine version to validate against and whether the features of the database match the capabilities of that engine version.

public Microsoft.SqlServer.Dac.EngineVersion TargetEngineVersion { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "TargetEngineVersion")]
public Microsoft.SqlServer.Dac.EngineVersion TargetEngineVersion { get; set; }
member this.TargetEngineVersion : Microsoft.SqlServer.Dac.EngineVersion with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "TargetEngineVersion")>]
member this.TargetEngineVersion : Microsoft.SqlServer.Dac.EngineVersion with get, set
Public Property TargetEngineVersion As EngineVersion

Property Value

The latest version of Azure contains support for additional capabilities. When this value is Default or V11, the export operation will fail if the target database is found to contain any objects that require a newer engine version.

The default value for this option is Latest, which means that validation will ensure that the export operation will only fail if the target database is found to contain any objects that are not supported in the latest engine version.

Attributes

Applies to