JET_OPENTEMPORARYTABLE.pidxunicode property
Gets or sets the locale ID and normalization flags to use to compare any Unicode key column data in the temporary table. When this parameter is null, then the default LCID will be used to compare any Unicode key columns in the temporary table. The default LCID is the U.S. English locale. When this parameter is null, then the default normalization flags will be used to compare any Unicode key column data in the temp table. The default normalization flags are: NORM_IGNORECASE, NORM_IGNOREKANATYPE, and NORM_IGNOREWIDTH.
Namespace: Microsoft.Isam.Esent.Interop.Vista
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property pidxunicode As JET_UNICODEINDEX
Get
Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As JET_UNICODEINDEX
value = instance.pidxunicode
instance.pidxunicode = value
public JET_UNICODEINDEX pidxunicode { get; set; }
Property value
Type: Microsoft.Isam.Esent.Interop.JET_UNICODEINDEX