Compartir a través de


SqlDeploymentOptions.CompareUsingTargetCollation Property

Definition

Get boolean that specifies whether the source collation will be used for identifier comparison.

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

Property Value

False to use the source collation; otherwise, true to use the target collation. Default is false.

Applies to