Enum SqlFileType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The file type for a SQL file.
public enum SqlFileType
Fields
FilestreamData = 3The file is filestream data.
Log = 1The file is a log file.
RowsData = 2The file is rows data.
Unknown = 0The file type is unknown.