SqlSyncStoreRestore Members
SQL Server 2008 R2
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.
| Name | Description | |
|---|---|---|
| SqlSyncStoreRestore | Overloaded. Initializes a new instance of the SqlSyncStoreRestore class. |
| 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. |
(see also
Protected Methods
)
Top
| 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.) |