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
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property CompareUsingTargetCollation As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.CompareUsingTargetCollation
instance.CompareUsingTargetCollation = value
public bool CompareUsingTargetCollation { get; set; }
public:
property bool CompareUsingTargetCollation {
bool get ();
void set (bool value);
}
member CompareUsingTargetCollation : bool with get, set
function get CompareUsingTargetCollation () : boolean
function set CompareUsingTargetCollation (value : boolean)
Property Value
Type: System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.