DacExportOptions.TargetEngineVersion プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予期されるターゲット エンジンのバージョンを指定します。 これは、検証対象となる許可されているエンジンのバージョンの定義、およびデータベースの機能がそのエンジンのバージョンの機能に一致するかどうかの定義のために、エクスポート中に使用されます。
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 です。つまり、検証の結果、最新のエンジンのバージョンではサポートされないオブジェクトがターゲット データベースに含まれていると分かった場合にのみ、エクスポート操作が失敗するようになります。
- 属性