Compartir a través de


DacDeployOptions.IgnoreQuotedIdentifiers Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe excluir la opción QUOTED_IDENTIFIER de tener en cuenta al comparar el modelo de origen y de destino.

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

Valor de propiedad

Es true para omitir la opción QUOTED_IDENTIFIER; de lo contrario, es false. El valor predeterminado es False.

Atributos

Se aplica a