言語

DacDeployOptions.DropExtendedPropertiesNotInSource プロパティ

定義

ソース モデルに存在しない拡張プロパティをすべて削除するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

ソース モデルにない拡張プロパティを削除する場合は True。それ以外の場合は false。 既定値は True です。

属性

適用対象