ModelComparerConfiguration.UseSourceCollation 属性

获取或设置一个值,该值指示是否在标识符比较期间使用源排序规则。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
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)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ModelComparerConfiguration 类

Microsoft.Data.Schema.SchemaModel 命名空间