Condividi tramite


DacExportOptions.IgnoreIndexesStatisticsOnEnclaveEnabledColumns Proprietà

Definizione

Ottenere o impostare boolean che specifica se gli indici o le 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. L'impostazione predefinita è false.

Attributi

Si applica a