Share via


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

Top

Public Properties

  Name Description
Bb734356.pubproperty(en-US,SQL.90).gif LastReceivedAnchor Gets or sets a SyncAnchor object that contains the time when the last change was received from the server.
Bb734356.pubproperty(en-US,SQL.90).gif LastSentAnchor Gets or sets a SyncAnchor object that contains the time when the last change was sent from the client.
Bb734356.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.
Bb734356.pubproperty(en-US,SQL.90).gif TableName Gets or sets the name of the SyncTable.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb734356.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb734356.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb734356.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734356.pubmethod(en-US,SQL.90).gif Bb734356.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734356.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a string that represents the SyncTableMetadata object.

Top

Protected Methods

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

Top

See Also

Reference

SyncTableMetadata Class
Microsoft.Synchronization.Data Namespace