LogState 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.
Enumerates the state of the transaction log.
public enum LogState
type LogState =
Public Enum LogState
- Inheritance
-
LogState
Fields
Name | Value | Description |
---|---|---|
Ok | 1 | The transaction log has enough capacity. |
NearFull | 2 | The transaction log is nearly full. |
Full | 3 | The transaction log is full. |