Share via


SyncSchemaForeignKey Members

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
Public property ChildColumns Gets a collection of columns from the ChildTable of the FOREIGN KEY constraint.
Public property ChildTable Gets the child table of the FOREIGN KEY constraint.
Public property ConstraintName Gets or sets the name of the FOREIGN KEY constraint.
Public property DeleteRule Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable.
Public property ParentColumns Gets a collection of columns from the ParentTable of the FOREIGN KEY constraint.
Public property ParentTable Gets the parent table of the FOREIGN KEY constraint.
Public property 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
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncSchemaForeignKey Class
Microsoft.Synchronization.Data Namespace