IDatabaseSnapshotRestore members
When implemented by a class derived from SPDatabase, provides custom pre-restoration and post-restoration processing when the database is restored from a snapshot.
The IDatabaseSnapshotRestore type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnPostRestore | Provides post-event processing after a database (SPDatabase object) is restored from one of its snapshots. | |
OnPreRestore | Provides preparation processing for the restoration of a database (SPDatabase object) from one of its snapshots. |
Top