Partager via


DacDeployOptions.IgnoreDefaultSchema Propriété

Définition

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

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

Valeur de propriété

True pour ignorer les différences en matière d'option DEFAULT_SCHEMA ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à