共用方式為


DacDeployOptions.DropObjectsNotInSource 屬性

定義

取得或設定布林值,該值指定部署期間是否應該卸除存在於目標但是不在來源中的物件。

public bool DropObjectsNotInSource { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DropObjectsNotInSource")]
public bool DropObjectsNotInSource { get; set; }
member this.DropObjectsNotInSource : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DropObjectsNotInSource")>]
member this.DropObjectsNotInSource : bool with get, set
Public Property DropObjectsNotInSource As Boolean

屬性值

如果應該卸除存在於目標但是不在來源中的物件,則為 True,否則為 false。 預設值為 false。

屬性

適用於