共用方式為


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。

屬性

適用於