DacDeployOptions.AllowIncompatiblePlatform プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プラットフォームの互換性により配置をブロックするかどうかを指定するブール値を取得または設定します。
public bool AllowIncompatiblePlatform { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowIncompatiblePlatform")]
public bool AllowIncompatiblePlatform { get; set; }
member this.AllowIncompatiblePlatform : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowIncompatiblePlatform")>]
member this.AllowIncompatiblePlatform : bool with get, set
Public Property AllowIncompatiblePlatform As Boolean
プロパティ値
互換性のないプラットフォームへのデプロイを許可する場合は True。それ以外の場合、互換性のないプラットフォームのデプロイは続行されません。 既定値は false です。
- 属性