DacDeployOptions.IgnoreFileSize Eigenschaft

Definition

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

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

Eigenschaftswert

True, um Unterschiede bei der SIZE-Option von FILE-Objekten zu ignorieren; andernfalls "false". Der Standardwert ist "True".

Attribute

Gilt für: