SqlSyncStoreRestore Members
Represents operations that must occur after a SQL Server database is restored from a backup.
The following tables list the members exposed by the SqlSyncStoreRestore type.
Public Constructors
Name | Description | |
---|---|---|
SqlSyncStoreRestore | Overloaded. Initializes a new instance of the SqlSyncStoreRestore class. |
Top
Public Properties
Name | Description | |
---|---|---|
Connection | Gets or sets a SqlConnection object that contains a connection to the database. | |
ObjectPrefix | Gets or sets the optional prefix that is used to identify objects that Sync Framework creates. | |
ObjectSchema | Gets or sets the database schema in which Sync Framework creates objects. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
PerformPostRestoreFixup | Updates synchronization metadata in a SQL Server database after the database has been restored from a backup. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SqlSyncStoreRestore Class
Microsoft.Synchronization.Data.SqlServer Namespace