定义模型排序规则的类型。 这是一个字符串,它标识在指定字典排序时应用其排序规则的字母表或语言。
继承层次结构
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 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | ModelCollation(Int32, Boolean) | |
| .gif) | ModelCollation(SerializationInfo, StreamingContext) | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | CaseSensitive | |
| .gif) .gif) | DefaultCollationCaseInsensitive | |
| .gif) .gif) | DefaultCollationCaseSensitive | |
| .gif) | Lcid | |
| .gif) .gif) | SupportedCollationStringToLcid | |
| .gif) .gif) | SupportedLcidToCollationStringsMap | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Equals | (重写 Object.Equals(Object)。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) .gif) | GetCollationLcidCaseSensitive | |
| .gif) .gif) | GetCollationString | |
| .gif) | GetHashCode | (重写 Object.GetHashCode()。) | 
| .gif) | GetObjectData | |
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
页首
备注
“CI”表示不区分大小写。 ' CS”表示区分大小写。 ' AI 表示不区分重音。 ' AS 表示区分重音。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。