Share via


SqlDeploymentOptions.IgnoreAnsiNulls Property

Definition

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

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

Property Value

True to ignore differences in the ANSI_NULL option; otherwise, false. Default is false.

Applies to