Partager via


Propriété SqlDeploymentOptions.CompareUsingTargetCollation

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

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

Syntaxe

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

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

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment