Enum SqlTableDurabilityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The durability type of the table.
public enum SqlTableDurabilityType
Fields
NotApplicable = 1The durability type of the table is not applicable.
SchemaAndData = 3The durability type of the table is durable (SCHEMA_AND_DATA).
SchemaOnly = 2The durability type of the table is non-durable (SCHEMA_ONLY).
Unknown = 0The durability type of the table is unknown.