Share via


SyncContext Members

Encapsulates data changes and anchor values and other metadata for a synchronization session.

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

Public Constructors

  Name Description
SyncContext Initializes a new instance of the SyncContext class.

Top

Public Properties

  Name Description
Bb734486.pubproperty(en-US,SQL.90).gif BatchCount Gets or sets the number of batches that are required to synchronize a group of tables.
Bb734486.pubproperty(en-US,SQL.90).gif DataSet Gets or sets a DataSet object that contains the rows of data selected from the server database.
Bb734486.pubproperty(en-US,SQL.90).gif GroupProgress Gets or sets a SyncGroupProgress object that contains a set of progress statistics for a synchronization group.
Bb734486.pubproperty(en-US,SQL.90).gif MaxAnchor Gets or sets a SyncAnchor object that represents the largest anchor value for a set of changes when changes synchronized in batches.
Bb734486.pubproperty(en-US,SQL.90).gif NewAnchor Gets or sets a SyncAnchor object that defines the upper bound for the set of changes to be synchronized during the current session.
Bb734486.pubproperty(en-US,SQL.90).gif OriginatorId Gets or sets the originator ID. This allows you to map the ClientId to a different value on the server.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb734486.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb734486.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb734486.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734486.pubmethod(en-US,SQL.90).gif Bb734486.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734486.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

SyncContext Class
Microsoft.Synchronization.Data Namespace