DurabilityTableOptionKind 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.
The table durability kinds
public enum DurabilityTableOptionKind
type DurabilityTableOptionKind =
Public Enum DurabilityTableOptionKind
- Inheritance
-
DurabilityTableOptionKind
Fields
Name | Value | Description |
---|---|---|
SchemaOnly | 0 | Only schema is persisted |
SchemaAndData | 1 | Both schema and data is persisted. |