DacDeployOptions.IgnoreFullTextCatalogFilePath Eigenschaft

Definition

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

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

Eigenschaftswert

True, um Unterschiede in der Pfadspezifikation von FULLTEXT CATALOG-Objekten zu ignorieren; andernfalls "false". Der Standardwert ist "True".

Attribute

Gilt für: