Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type of model collations. This is a string identifying the alphabet or language whose sorting rules are applied when dictionary sorting is specified.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelCollation
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<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
The ModelCollation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelCollation(Int32, Boolean) | |
![]() |
ModelCollation(SerializationInfo, StreamingContext) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CaseSensitive | |
![]() ![]() |
DefaultCollationCaseInsensitive | |
![]() ![]() |
DefaultCollationCaseSensitive | |
![]() |
Lcid | |
![]() ![]() |
SupportedCollationStringToLcid | |
![]() ![]() |
SupportedLcidToCollationStringsMap |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() |
GetCollationLcidCaseSensitive | |
![]() ![]() |
GetCollationString | |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetObjectData | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
'CI' indicates case-insensitive. 'CS' indicates case-sensitive. 'AI' indicates accent-insensitive. 'AS' indicates accent-sensitive.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.