SqlCeSyncStoreSnapshotInitialization Members
Represents an existing SQL Server Compact database file that can be used to initialize another SQL Server Compact database for synchronization.
The following tables list the members exposed by the SqlCeSyncStoreSnapshotInitialization type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeSyncStoreSnapshotInitialization | Overloaded. Initializes a new instance of the SqlCeSyncStoreSnapshotInitialization class. |
Top
Public Properties
Name | Description | |
---|---|---|
ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources that are used by the SqlCeSyncStoreSnapshotInitialization object. | |
Equals | Overloaded. (Inherited from Object.) | |
GenerateSnapshot | Generates a snapshot of an existing SQL Server Compact database file that can be used to initialize another SQL Server Compact database for synchronization. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitializeSnapshot | Updates metadata for a snapshot so that the snapshot can be used by a new synchronization node. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources that are used by the SqlCeSyncStoreSnapshotInitialization object. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Public Events
Name | Description | |
---|---|---|
BeginSnapshotInitialization | Occurs when InitializeSnapshot is called. | |
EndSnapshotInitialization | Occurs when all tables for a particular scope in the snapshot have been initialized. |
Top
See Also
Reference
SqlCeSyncStoreSnapshotInitialization Class
Microsoft.Synchronization.Data.SqlServerCe Namespace