LogReuseWaitStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reuse of transaction log space is currently waiting on.
public enum LogReuseWaitStatus
type LogReuseWaitStatus =
Public Enum LogReuseWaitStatus
- Inheritance
-
LogReuseWaitStatus
Fields
Name | Value | Description |
---|---|---|
Nothing | 0 | |
Checkpoint | 1 | |
LogBackup | 2 | |
BackupOrRestore | 3 | |
Transaction | 4 | |
Mirroring | 5 | |
Replication | 6 | |
SnapshotCreation | 7 | |
LogScan | 8 | |
Other | 9 |