DelayedDurability 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.
Specifies the delayed durability option of the database.
public enum DelayedDurability
type DelayedDurability =
Public Enum DelayedDurability
- Inheritance
-
DelayedDurability
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Delayed durability is disabled. |
Allowed | 1 | Delayed durability is allowed. |
Forced | 2 | Delayed durability is forced. |