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

属性

適用対象