Compartilhar via


DacDeployOptions.DropExtendedPropertiesNotInSource Propriedade

Definição

Obtenha ou defina booleano que especifica se todas as propriedades estendidas que não existem no modelo de origem devem ser soltas.

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

Valor da propriedade

True para remover as propriedades estendidas que não estão no modelo de origem; caso contrário, false. O padrão é true.

Atributos

Aplica-se a