Compartilhar via


Propriedade ModelComparerConfiguration.UseSourceCollation

Obtém ou define um valor que indica se deseja usar o agrupamento de origem durante a comparação de identificadores.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Property UseSourceCollation As Boolean
    Get
    Set
public bool UseSourceCollation { get; set; }
public:
property bool UseSourceCollation {
    bool get ();
    void set (bool value);
}
member UseSourceCollation : bool with get, set
function get UseSourceCollation () : boolean
function set UseSourceCollation (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ModelComparerConfiguration Classe

Namespace Microsoft.Data.Schema.SchemaModel