Share via


SqlDeploymentOptions.IgnoreFillFactor Property

Definition

Get boolean that specifies whether to exclude the FILLFACTOR option from consideration when comparing the source and target model.

public bool IgnoreFillFactor { get; }
member this.IgnoreFillFactor : bool
Public ReadOnly Property IgnoreFillFactor As Boolean

Property Value

True to ignore differences in the FILLFACTOR option; otherwise, false. Default is true.

Applies to