Freigeben über


DacDeployOptions.IgnoreFileAndLogFilePath Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die Option FILENAME von Dateiobjekten beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben soll, oder legt diesen fest.

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, wenn Unterschiede in der FILENAME-Option von FILE-Objekten ignoriert werden sollen, andernfalls false. Der Standardwert ist "true".

Attribute

Gilt für: