Share via


SqlDeploymentOptions.IgnoreFullTextCatalogFilePath Property

Definition

Get boolean that specifies whether to exclude the path specification of FULLTEXT CATALOG objects from consideration when comparing the source and target model.

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

Property Value

True to ignore differences in the path specification of FULLTEXT CATALOG objects; otherwise, false. Default is true.

Applies to