次の方法で共有


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 です。つまり、検証の結果、最新のエンジンのバージョンではサポートされないオブジェクトがターゲット データベースに含まれていると分かった場合にのみ、エクスポート操作が失敗するようになります。

属性

適用対象