SqlDeploymentOptions.CompareUsingTargetCollation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.