Destination Property (ForeignKey)
In This Topic
Gets the destination table that is referenced by the foreign key columns in the source table.
Syntax
'Declaration
Public ReadOnly Property Destination As Table
public Table Destination {get;}
Property Value
A
Table object representing the destination table.
See Also