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
    Get
'Usage
Dim instance As SyncSchemaTable
Dim value As SyncSchemaForeignKeys

value = instance.ForeignKeys
public SyncSchemaForeignKeys ForeignKeys { get; }
public:
property SyncSchemaForeignKeys^ ForeignKeys {
    SyncSchemaForeignKeys^ get ();
}
member ForeignKeys : SyncSchemaForeignKeys
function get ForeignKeys () : SyncSchemaForeignKeys

Property Value

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

See Also

Reference

SyncSchemaTable Class

Microsoft.Synchronization.Data Namespace