SyncSchemaTable Class

Represents the schema of a table that is involved in synchronization.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncSchemaTable

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Class SyncSchemaTable
'Usage
Dim instance As SyncSchemaTable
public class SyncSchemaTable
public ref class SyncSchemaTable
type SyncSchemaTable =  class end
public class SyncSchemaTable

The SyncSchemaTable type exposes the following members.

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace