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.
The type of operation that progress is being reported for.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Enumeration JET_SNP
'Usage
Dim instance As JET_SNP
public enum JET_SNP
Members
| Member name | Description | |
|---|---|---|
| Repair | Callback is for a repair option. | |
| Compact | Callback is for database defragmentation. | |
| Restore | Callback is for a restore options. | |
| Backup | Callback is for a backup options. | |
| Scrub | Callback is for database zeroing. | |
| UpgradeRecordFormat | Callback is for the process of upgrading the record format of all database pages. |