DacDeployOptions.IgnoreUserSettingsObjects Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob Benutzereinstellungen beim Vergleichen des Quell- und Zielmodells von der Berücksichtigung ausgeschlossen werden sollen.

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

Eigenschaftswert

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

Attribute

Gilt für: