Share via


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
SyncTable Overloaded. Initializes a new instance of the SyncTable class.

Top

Public Properties

  Name Description
Bb734370.pubproperty(en-US,SQL.90).gif CreationOption Gets or sets the TableCreationOption enumeration value that represents the action to take when you are creating tables in the client database.
Bb734370.pubproperty(en-US,SQL.90).gif SyncDirection Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Bb734370.pubproperty(en-US,SQL.90).gif SyncGroup Gets or sets the SyncGroup object that represents the group that this SyncTable belongs to.
Bb734370.pubproperty(en-US,SQL.90).gif TableName Gets or sets the name of the table in the client database.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb734370.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Determines whether a SyncTable object is equal to a particular value.
Bb734370.pubmethod(en-US,SQL.90).gif 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.
Bb734370.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734370.pubmethod(en-US,SQL.90).gif Bb734370.static(en-US,SQL.90).gif op_Equality Determines whether the two specified SyncTable objects are equal.
Bb734370.pubmethod(en-US,SQL.90).gif Bb734370.static(en-US,SQL.90).gif op_Inequality Determines whether the two specified SyncTable objects are not equal.
Bb734370.pubmethod(en-US,SQL.90).gif Bb734370.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734370.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a string that represents the SyncTable object.

Top

Protected Methods

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

Top

See Also

Reference

SyncTable Class
Microsoft.Synchronization.Data Namespace