SqlCeReplication Methods

Public Methods

(see also Protected Methods )

  Name Description
d491yx2w.pubmethod(en-us,VS.90).gif AddSubscription
Creates a new anonymous subscription to an existing SQL Server publication. After calling the AddSubscription method, the application must call the Synchronize method to synchronize the new subscription to the publication based on the latest snapshot.
d491yx2w.pubmethod(en-us,VS.90).gif BeginSynchronize Overloaded.
Starts an asynchronous data synchronization.
d491yx2w.pubmethod(en-us,VS.90).gif CancelSynchronize
Cancels an ongoing asynchronous data synchronization that was started by calling the BeginSynchronize method.
d491yx2w.pubmethod(en-us,VS.90).gif Dispose
Releases all native resources.
d491yx2w.pubmethod(en-us,VS.90).gif DropSubscription
Drops the subscription to a SQL Server publication and optionally deletes the SQL Server Compact 3.5 SP1 database from the Windows Mobile-based device.
d491yx2w.pubmethod(en-us,VS.90).gif EndSynchronize
Ends an asynchronous data synchronization that was started by a call to the BeginSynchronize method.
d491yx2w.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
d491yx2w.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
d491yx2w.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
d491yx2w.pubmethod(en-us,VS.90).gif LoadProperties
Retrieves all values stored for the synchronization properties, and then populates the SqlCeReplication class properties with these saved values.
d491yx2w.pubmethod(en-us,VS.90).gif d491yx2w.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
d491yx2w.pubmethod(en-us,VS.90).gif ReinitializeSubscription
Marks a subscription for reinitialization. After calling this method, an application must call the Synchronize method to download the latest snapshot of the publication to the device.
d491yx2w.pubmethod(en-us,VS.90).gif SaveProperties
Retrieves all of the values stored in the SqlCeReplication class properties for the current subscription and stores them in a system table.
d491yx2w.pubmethod(en-us,VS.90).gif Synchronize
Invokes merge replication between the SQL Server Compact 3.5 SP1 subscription and the SQL Server Publisher.
d491yx2w.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Protected Methods

  Name Description
d491yx2w.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
d491yx2w.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

See Also

Reference

SqlCeReplication Class
System.Data.SqlServerCe Namespace