IsUniqueIndex property

Checks whether the index is unique.

Syntax
Visual Basic
Public Readonly Property IsUniqueIndex As Boolean
C#
public bool IsUniqueIndex { get;}
Property value

True if the index is unique, false if the index is not unique.

Remarks

Columns in a unique index may be null.

See also