共用方式為


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,表示驗證可確保如果發現目標資料庫包含最新引擎版本中不支援的任何物件時,匯出作業才會失敗。

屬性

適用於