SyncSchemaTable Class
Represents the schema of a table that is involved in synchronization.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncSchemaTable type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Collation | Gets or sets the collation of the table. Collation is a set of rules that determines how data is compared, ordered, and presented. |
![]() | Columns | Gets the SyncSchemaColumns collection that represents the columns in the table. |
![]() | ForeignKeys | Gets the SyncSchemaForeignKeys collection that represents the foreign keys for the table. |
![]() | Item | Gets the SyncSchemaColumn object that has the specified name from the SyncSchemaColumns collection. |
![]() | PrimaryKey | Gets or sets the primary key columns for the table. |
![]() | TableName | Gets or sets the name of the table. |
Show:
