Condividi tramite


Proprietà SqlDeploymentOptions.CompareUsingTargetCollation

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CompareUsingTargetCollation As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SqlDeploymentOptions Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment