Checks whether the index is a foreign key.
Public ReadOnly Property IsForeignKey As Boolean
public bool IsForeignKey {get;}
ULException class A SQL error occurred.
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.