SqlDeploymentOptions.IgnoreColumnCollation Property

Definition

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

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

Property Value

True to ignore differences in the collation specifier; otherwise, false. Default is false.

Applies to