Partilhar via


Propriedade do RDL DacDeployOptions.CompareUsingTargetCollation

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

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

Sintaxe

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

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

DacDeployOptions Classe

Namespace Microsoft.SqlServer.Dac