Freigeben über


DacDeployOptions.CompareUsingTargetCollation-Eigenschaft

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)

Eigenschaftswert

Typ: System.Boolean
False to use the source collation; otherwise, true to use the target collation. Default is false.

Siehe auch

Verweis

DacDeployOptions Klasse

Microsoft.SqlServer.Dac-Namespace