Compartir a través de


SqlDeploymentOptions.IgnoreQuotedIdentifiers Property

Definition

Get boolean that specifies whether to exclude the QUOTED_IDENTIFIER option from consideration when comparing the source and target model.

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

Property Value

True to ignore the QUOTED_IDENTIFIER option; otherwise, false. Default is false.

Applies to