Compartir a través de


DacDeployOptions.IgnoreFullTextCatalogFilePath Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe excluir la especificación de ruta de acceso de los objetos FULLTEXT CATALOG al comparar el modelo de origen y de destino.

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

Valor de propiedad

Es true para omitir las diferencias en la especificación de ruta de acceso de los objetos FULLTEXT CATALOG; de lo contrario, es false. El valor predeterminado es true.

Atributos

Se aplica a