Partager via


DacExportOptions.IgnoreIndexesStatisticsOnEnclaveEnabledColumns Propriété

Définition

Obtenez ou définissez une valeur booléenne qui spécifie si les index/statistiques doivent être supprimés ou non avec les actions de déploiement réelles.

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

Valeur de propriété

True pour effectuer des statistiques de suppression ou des index avant le déploiement ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à