言語

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には、追加機能のサポートが含まれています。 この値を Default または V11すると、ターゲット データベースに新しいエンジン バージョンを必要とするオブジェクトが含まれている場合、エクスポート操作は失敗します。

このオプションの既定値は Latestです。つまり、ターゲット データベースに最新のエンジン バージョンでサポートされていないオブジェクトが含まれている場合にのみ、エクスポート操作が失敗することが検証によって保証されます。

属性

適用対象