Compartir a través de


DacDeployOptions.DropExtendedPropertiesNotInSource Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se van a quitar todas las propiedades extendidas que no existen en el modelo de origen.

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 de propiedad

Es True para quitar las propiedades extendidas que no están en el modelo de origen; de lo contrario, es False. El valor predeterminado es true.

Atributos

Se aplica a