SyncSchemaTable::ForeignKeys Property

Gets the SyncSchemaForeignKeys collection that represents the foreign keys for the table.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncSchemaForeignKeys^ ForeignKeys {
	SyncSchemaForeignKeys^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaForeignKeys
A SyncSchemaForeignKeys collection that represents the foreign keys for the table.
Show: