Freigeben über


DacDeployOptions.DropExtendedPropertiesNotInSource Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob alle erweiterten Eigenschaften, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen, oder legt diesen fest.

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

Eigenschaftswert

"True", wenn erweiterte Eigenschaften, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen, andernfalls "false". Der Standardwert ist "true".

Attribute

Gilt für: