Compartilhar via


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

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb726170.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb726170.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb726170.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb726170.pubmethod(en-US,SQL.90).gif Bb726170.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb726170.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

SyncSchemaTable Class
Microsoft.Synchronization.Data Namespace