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
Public method SqlSyncStoreRestore Overloaded. Initializes a new instance of the SqlSyncStoreRestore class.

Top

Public Properties

  Name Description
Public property Connection Gets or sets a SqlConnection object that contains a connection to the database.
Public property ObjectPrefix Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
Public property ObjectSchema Gets or sets the database schema in which Sync Framework creates objects.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method PerformPostRestoreFixup Updates synchronization metadata in a SQL Server database after the database has been restored from a backup.
Public method Dd919009.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SqlSyncStoreRestore Class
Microsoft.Synchronization.Data.SqlServer Namespace