Enum SqlFileGrowthType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The growth type for a SQL file.
public enum SqlFileGrowthType
Fields
KB = 1
The growth type is KB (default).
None = 3
The growth type is none.
Percent = 2
The growth type is percent.
Unknown = 0
The growth type is unknown.