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
Public property Collation Gets or sets the collation of the table. Collation is a set of rules that determines how data is compared, ordered, and presented.
Public property Columns Gets the SyncSchemaColumns collection that represents the columns in the table.
Public property ForeignKeys Gets the SyncSchemaForeignKeys collection that represents the foreign keys for the table.
Public property Item Gets the SyncSchemaColumn object that has the specified name from the SyncSchemaColumns collection.
Public property PrimaryKey Gets or sets the primary key columns for the table.
Public property TableName Gets or sets the name of the table.

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

SyncSchemaTable Class
Microsoft.Synchronization.Data Namespace