DacExportOptions.TargetEngineVersion 属性

定义

指定应使用的目标引擎版本。 在执行期间可以使用此选项来定义用于验证的允许引擎版本,以及数据库的功能是否与该引擎版本的功能匹配。

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

属性值

Azure 的最新版本包含对其他功能的支持。 当此值为 DefaultV11 时,如果发现目标数据库包含需要较新引擎版本的任何对象,则导出操作将会失败。

此选项的默认值为 Latest,这意味着,验证将会确保仅当发现目标数据库包含最新引擎版本不支持的任何对象时,导出操作才会失败。

属性

适用于