Share via


DacExportOptions.IgnoreIndexesStatisticsOnEnclaveEnabledColumns Property

Definition

Get or set boolean that specifies whether Indexes/Statistics should be dropped or not with the actual deployment actions.

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

Property Value

True to perform a drop statistics or Indexes prior to deployment; otherwise, false. Default is false.

Attributes

Applies to