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

属性

適用対象