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.

Атрибуты

Применяется к