Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set boolean that specifies whether the source collation will be used for identifier comparison.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property CompareUsingTargetCollation As Boolean
Get
'Usage
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.CompareUsingTargetCollation
public bool CompareUsingTargetCollation { get; }
public:
property bool CompareUsingTargetCollation {
bool get ();
}
member CompareUsingTargetCollation : bool
function get CompareUsingTargetCollation () : boolean
Property Value
Type: System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.