DacDeployOptions.IgnoreFileAndLogFilePath Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob die FILENAME-Option von FILE-Objekten beim Vergleichen des Quell- und Zielmodells ausgeschlossen werden soll.

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

Eigenschaftswert

True, um Unterschiede in der FILENAME-Option von FILE-Objekten zu ignorieren; andernfalls "false". Der Standardwert ist "True".

Attribute

Gilt für: