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