SyncSchemaForeignKey Class
Represents a foreign key relationship between two tables that are involved in synchronization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncSchemaForeignKey type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChildColumns | Gets a collection of columns from the ChildTable of the FOREIGN KEY constraint. |
![]() | ChildTable | Gets the child table of the FOREIGN KEY constraint. |
![]() | ConstraintName | Gets or sets the name of the FOREIGN KEY constraint. |
![]() | DeleteRule | Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable. |
![]() | ParentColumns | Gets a collection of columns from the ParentTable of the FOREIGN KEY constraint. |
![]() | ParentTable | Gets the parent table of the FOREIGN KEY constraint. |
![]() | UpdateRule | Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is updated in the ParentTable. |
This class should not exist independently. This class should be created by calling the Add method of the SyncSchemaForeignKeys class. By default, foreign keys are not copied to the client.
Show:
