DacDeployOptions.IgnoreFillFactor 属性

定义

获取或设置一个布尔值,该值指定在比较源模型和目标模型时是否排除 FILLFACTOR 选项。

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

属性值

如果要忽略 FILLFACTOR 选项差异,则为 true;否则为 false。 默认为 true。

属性

适用于