SyncTableMetadata Members

Encapsulates the metadata that is associated with a SyncTable, such as the direction of synchronization.

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

Public Constructors

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

Top

Public Properties

  Name Description
Public property LastReceivedAnchor Gets or sets a SyncAnchor object that contains the time when the last change was received from the server.
Public property LastSentAnchor Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client.
Public property SyncDirection Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Public property TableName Gets or sets the name of the SyncTable.

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 Bb734356.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the SyncTableMetadata object.

Top

Protected Methods

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

Top

See Also

Reference

SyncTableMetadata Class
Microsoft.Synchronization.Data Namespace