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。

属性

适用于