Partager via


DacDeployOptions.IgnoreFileSize Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut ignorer l'option de taille des objets de fichier dans la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer les différences dans l'option SIZE des objets FILE ; sinon, False. La valeur par défaut est true.

Attributs

S’applique à