Partilhar via


Propriedade do RDL SqlDeploymentOptions.CompareUsingTargetCollation

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property CompareUsingTargetCollation As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment