Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the snapshot that from which the database is restored.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Snapshot As SPDatabaseSnapshot
Get
'Usage
Dim instance As SPDatabaseSnapshotRestoreEvent
Dim value As SPDatabaseSnapshot
value = instance.Snapshot
public SPDatabaseSnapshot Snapshot { get; }
Property Value
Type: Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot
The snapshot that overwrites the database.
See Also
Reference
SPDatabaseSnapshotRestoreEvent Class