DacDeployOptions.IgnoreFillFactor Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie s’il faut exclure l’option FILLFACTOR de la considération lors de la comparaison du modèle source et cible.

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

Valeur de propriété

True pour ignorer les différences dans l’option FILLFACTOR ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à