Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a foreign key relationship between two tables that are involved in synchronization.
The following tables list the members exposed by the SyncSchemaForeignKey type.
Public Properties
| 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. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncSchemaForeignKey Class
Microsoft.Synchronization.Data Namespace
.gif)
.gif)
.gif)
.gif)