Partager via


Propriété DacDeployOptions.CompareUsingTargetCollation

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

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public Property CompareUsingTargetCollation As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DacDeployOptions Classe

Espace de noms Microsoft.SqlServer.Dac