Поделиться через


Перечисление ServiceStartMode

The ServiceStartMode enumeration contains values that are used to specify the method that is used to start a service.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Enumeration ServiceStartMode
'Применение
Dim instance As ServiceStartMode
public enum ServiceStartMode
public enum class ServiceStartMode
type ServiceStartMode
public enum ServiceStartMode

Элементы

Имя элемента Описание
Auto The service is started automatically.
Boot The service is started when the operating system is started.
Disabled The service is disabled.
Manual The service must be started manually.
System The service is started by the system.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo