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。

属性

适用于