Delen via


ServerSyncProvider Members

Abstracts a generic server synchronization provider that communicates with the server data store and shields the synchronization agent from the specific implementation of that data store.

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

Protected Constructors

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

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb734456.pubmethod(en-US,SQL.90).gif ApplyChanges When overridden in a derived class, applies inserts, updates, and deletes for a synchronization group to the server database.
Bb734456.pubmethod(en-US,SQL.90).gif Dispose  When overridden in a derived class, releases all resources that the SyncProvider uses.(inherited from SyncProvider)
Bb734456.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb734456.pubmethod(en-US,SQL.90).gif GetChanges When overridden in a derived class, selects from the server data store the incremental inserts, updates, and deletes to be applied at the client store for every table in synchronization group.
Bb734456.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb734456.pubmethod(en-US,SQL.90).gif GetSchema When overridden in a derived class, retrieves the schema for one or more tables from the server database.
Bb734456.pubmethod(en-US,SQL.90).gif GetServerInfo When overridden in a derived class, gets server synchronization information.
Bb734456.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734456.pubmethod(en-US,SQL.90).gif Bb734456.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734456.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

ServerSyncProvider Class
Microsoft.Synchronization.Data Namespace