Compartir a través de


SqlDeploymentOptions.IgnoreFileAndLogFilePath Property

Definition

Get boolean that specifies whether to exclude the FILENAME option of FILE objects from consideration when comparing the source and target model.

public bool IgnoreFileAndLogFilePath { get; }
member this.IgnoreFileAndLogFilePath : bool
Public ReadOnly Property IgnoreFileAndLogFilePath As Boolean

Property Value

True to ignore differences in the FILENAME option of FILE objects; otherwise, false. Default is true.

Applies to