DacExportOptions.IgnoreIndexesStatisticsOnEnclaveEnabledColumns Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli indici/statistiche devono essere eliminati o meno con le azioni di distribuzione effettive.

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

Valore della proprietà

True per eseguire statistiche di eliminazione o indici prima della distribuzione; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a