DacDeployOptions.IgnoreDefaultSchema Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob beim Vergleichen des Quell- und Zielmodells die option DEFAULT_SCHEMA ausgeschlossen werden soll.

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

Eigenschaftswert

True, um Unterschiede in den DEFAULT_SCHEMA Optionen zu ignorieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: