DacDeployOptions.IgnoreIndexPadding Property

Definition

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

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

Property Value

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

Attributes

Applies to