SyncSchemaTable Members
Represents the schema of a table that is involved in synchronization.
The following tables list the members exposed by the SyncSchemaTable type.
Public Properties
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. |
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
SyncSchemaTable Class
Microsoft.Synchronization.Data Namespace