Share via


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)

Syntax

'Declaration
Public ReadOnly Property ForeignKeys As SyncSchemaForeignKeys
'Usage
Dim instance As SyncSchemaTable
Dim value As SyncSchemaForeignKeys

value = instance.ForeignKeys
public SyncSchemaForeignKeys ForeignKeys { get; }
public:
property SyncSchemaForeignKeys^ ForeignKeys {
    SyncSchemaForeignKeys^ get ();
}
/** @property */
public SyncSchemaForeignKeys get_ForeignKeys ()
public function get ForeignKeys () : SyncSchemaForeignKeys

Property Value

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

See Also

Reference

SyncSchemaTable Class
SyncSchemaTable Members
Microsoft.Synchronization.Data Namespace