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
Bb726067.pubproperty(en-US,SQL.90).gif ChildColumns Gets a collection of columns from the ChildTable of the FOREIGN KEY constraint.
Bb726067.pubproperty(en-US,SQL.90).gif ChildTable Gets the child table of the FOREIGN KEY constraint.
Bb726067.pubproperty(en-US,SQL.90).gif ConstraintName Gets or sets the name of the FOREIGN KEY constraint.
Bb726067.pubproperty(en-US,SQL.90).gif DeleteRule Gets or sets the SyncSchemaForeignKeyRule object. This object determines the action that occurs when a row is deleted from the ParentTable.
Bb726067.pubproperty(en-US,SQL.90).gif ParentColumns Gets a collection of columns from the ParentTable of the FOREIGN KEY constraint.
Bb726067.pubproperty(en-US,SQL.90).gif ParentTable Gets the parent table of the FOREIGN KEY constraint.
Bb726067.pubproperty(en-US,SQL.90).gif 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
Bb726067.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb726067.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb726067.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb726067.pubmethod(en-US,SQL.90).gif Bb726067.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb726067.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb726067.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb726067.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncSchemaForeignKey Class
Microsoft.Synchronization.Data Namespace