Checks whether the index is unique.
Visual Basic
Public Readonly Property IsUniqueIndex As Boolean
C#
public bool IsUniqueIndex {get;}
True if the index is unique, false if the index is not unique.
Columns in a unique index may be null.
ULException class - A SQL error occurred.