ModelCollation 类

定义模型排序规则的类型。 这是一个字符串,它标识在指定字典排序时应用其排序规则的字母表或语言。

继承层次结构

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelCollation

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

语法

声明
<SerializableAttribute> _
Public Class ModelCollation _
    Implements ISerializable
[SerializableAttribute]
public class ModelCollation : ISerializable
[SerializableAttribute]
public ref class ModelCollation : ISerializable
[<SerializableAttribute>]
type ModelCollation =  
    class
        interface ISerializable
    end
public class ModelCollation implements ISerializable

ModelCollation 类型公开以下成员。

构造函数

  名称 说明
公共方法 ModelCollation(Int32, Boolean)
受保护的方法 ModelCollation(SerializationInfo, StreamingContext)

页首

属性

  名称 说明
公共属性 CaseSensitive
公共属性静态成员 DefaultCollationCaseInsensitive
公共属性静态成员 DefaultCollationCaseSensitive
公共属性 Lcid
公共属性静态成员 SupportedCollationStringToLcid
公共属性静态成员 SupportedLcidToCollationStringsMap

页首

方法

  名称 说明
公共方法 Equals (重写 Object.Equals(Object)。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法静态成员 GetCollationLcidCaseSensitive
公共方法静态成员 GetCollationString
公共方法 GetHashCode (重写 Object.GetHashCode()。)
公共方法 GetObjectData
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

备注

“CI”表示不区分大小写。 ' CS”表示区分大小写。 ' AI 表示不区分重音。 ' AS 表示区分重音。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.Data.Schema.SchemaModel 命名空间