DurabilityType 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 enumeration specifies the durability type of hekaton tables
public enum DurabilityType
type DurabilityType =
Public Enum DurabilityType
- Inheritance
-
DurabilityType
Fields
SchemaAndData | 1 | Durable (SCHEMA_AND_DATA) |
SchemaOnly | 0 | Non-Durable (SCHEMA_ONLY) |