JET_UNICODEINDEX members
Include protected members
Include inherited members
Customizes how Unicode data gets normalized when an index is created over a Unicode column. Customizes how Unicode data gets normalized when an index is created over a Unicode column.
The JET_UNICODEINDEX type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JET_UNICODEINDEX |
Top
Properties
Name | Description | |
---|---|---|
dwMapFlags | Gets or sets the flags to be used with LCMapString when normalizing unicode data. | |
lcid | Gets or sets the LCID to be used when normalizing unicode data. | |
szLocaleName | Gets or sets the LocaleName to be used when normalizing unicode data. |
Top
Methods
Name | Description | |
---|---|---|
ContentEquals | Returns a value indicating whether this instance is equal to another instance. | |
DeepClone | Returns a deep copy of the object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEffectiveLocaleName | As a workaround for systems that do not have LCID support, we will convert a VERY limited number of LCIDs to locale names. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Generate a string representation of the instance. (Overrides Object.ToString().) |
Top