SyncSchemaTable::ForeignKeys Property
Gets the SyncSchemaForeignKeys collection that represents the foreign keys for the table.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSchemaForeignKeys^ ForeignKeys { SyncSchemaForeignKeys^ get (); }
Property Value
Type: Microsoft.Synchronization.Data::SyncSchemaForeignKeysA SyncSchemaForeignKeys collection that represents the foreign keys for the table.
Show: