Enum SqlServiceStartMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The start mode for a service.
public enum SqlServiceStartMode
Fields
Auto = 3
The start mode is automatic.
Boot = 1
The start mode is boot.
Disabled = 5
The start mode is disabled.
Manual = 4
The start mode is manual.
NotApplicable = 6
The start mode is not applicable - for example Azure SQL Databases.
System = 2
The start mode is system.
Unknown = 0
The start mode is unknown.