Checks whether the index is a unique key.
Public ReadOnly Property IsUniqueKey As Boolean
public bool IsUniqueKey {get;}
ULException class A SQL error occurred.
True if the index is a unique key, false if the index is not a unique key.
Columns in a unique key may not be null.