次の方法で共有


DacDeployOptions.AllowIncompatiblePlatform プロパティ

定義

プラットフォームの互換性により配置をブロックするかどうかを指定するブール値を取得または設定します。

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 です。

属性

適用対象