DacDeployOptions.IgnoreFillFactor Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob die FILLFACTOR-Option beim Vergleichen des Quell- und Zielmodells von der Berücksichtigung ausgeschlossen werden soll.

public bool IgnoreFillFactor { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreFillFactor")]
public bool IgnoreFillFactor { get; set; }
member this.IgnoreFillFactor : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreFillFactor")>]
member this.IgnoreFillFactor : bool with get, set
Public Property IgnoreFillFactor As Boolean

Eigenschaftswert

True, um Unterschiede in der FILLFACTOR-Option zu ignorieren; andernfalls "false". Der Standardwert ist "True".

Attribute

Gilt für: