SyncTable Members

Represents the client settings for a table involved in synchronization.

The following tables list the members exposed by the SyncTable type.

Public Constructors

  Name Description
Public method SyncTable Overloaded. Initializes a new instance of the SyncTable class.

Top

Public Properties

  Name Description
Public property CreationOption Gets or sets the TableCreationOption enumeration value that represents the action to take when you are creating tables in the client database.
Public property SyncDirection Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Public property SyncGroup Gets or sets the SyncGroup object that represents the group that this SyncTable belongs to.
Public property TableName Gets or sets the name of the table in the client database.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals Overloaded. Overridden. Determines whether a SyncTable object is equal to a particular value.
Public method GetHashCode Overridden. Serves as a hash function for a SyncTable. This is suitable for use in hashing algorithms and data structures such as a hash table.
Public method GetType  (Inherited from Object.)
Public method Bb734370.static(en-us,SQL.105).gif op_Equality Determines whether the two specified SyncTable objects are equal.
Public method Bb734370.static(en-us,SQL.105).gif op_Inequality Determines whether the two specified SyncTable objects are not equal.
Public method Bb734370.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the SyncTable object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncTable Class
Microsoft.Synchronization.Data Namespace