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.
Gets or sets the optional unicode comparison options.
Namespace: Microsoft.Isam.Esent.Interop
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_INDEXCREATE
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