Condividi tramite


DacDeployOptions.DropExtendedPropertiesNotInSource Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se eliminare tutte le proprietà estese che non esistono nel modello di origine.

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

Valore della proprietà

True per eliminare le proprietà estese non incluse nel modello di origine, altrimenti false. Il valore predefinito è true.

Attributi

Si applica a