Checks whether the index is a foreign key.
Visual Basic
Public Readonly Property IsForeignKey As Boolean
C#
public bool IsForeignKey { get;}
True if the index is the foreign key, false if the index is not the foreign key.
Columns in a foreign key may reference another table's non-null, unique index.