共用方式為


DacDeployOptions.IgnoreFullTextCatalogFilePath 屬性

定義

取得或設定布林值,指定在比較來源和目標模型時,是否要排除考量 FULLTEXT CATALOG 物件的路徑規格。

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

屬性值

True 表示忽略 FULLTEXT CATALOG 物件的路徑規格差異,否則為 false。 預設值為 true。

屬性

適用於