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。

属性

适用于