SyncSchemaForeignKeys Class
Represents a collection of SyncSchemaForeignKey objects.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncSchemaForeignKeys type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of SyncSchemaForeignKey objects in the collection. |
![]() | Item[Int32] | Gets a SyncSchemaForeignKey object from the collection at the specified index. |
![]() | Item[String] | Gets a SyncSchemaForeignKey object from the collection when given a foreign key constraint name. |
![]() | Values | Gets a collection of the values that are contained in the SyncSchemaForeignKeys object. |
| Name | Description | |
|---|---|---|
![]() | Add(String, String, String, String, String) | Adds a SyncSchemaForeignKey object to the end of the collection, with the specified constraint name, parent table and column, and child table and column. |
![]() | Add(String, String, String[], String, String[]) | Adds a SyncSchemaForeignKey object to the end of the collection, with the specified constraint name, parent table and columns, and child table and columns. |
![]() | Clear | Clears the collection of all SyncSchemaForeignKey objects. |
![]() | Contains | Determines whether a SyncSchemaForeignKey object with the specified name is in the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | Searches for a SyncSchemaForeignKey object when given a constraint name, and returns the zero-based index of the first occurrence within the entire collection. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes the first occurrence of a SyncSchemaForeignKey object with the specified name from the collection. |
![]() | ToString | (Inherited from Object.) |
Show:
