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


StartMode Property (SqlService Class)

Изменения: 5 декабря 2005 г.

Gets the start mode of the service.

Синтаксис

object.StartMode [= value]

Parts

Property Value/Return Value

A uint32 value that specifies the mode of the service.

Values can be one of the following.

  • Boot
    Value = 0. Service started by the operating system loader. This option is valid only for driver services.
  • System
    Value = 1. Service started by the IoInitSystem method. This option is valid only for driver services.
  • Automatic
    Value = 2. Service to be started automatically by the service control manager during system startup.
  • Manual
    Value = 3. Service to be started by the Computer Manager when a process calls the StartService method.
  • Disabled
    Value = 4. Service cannot be started.

Замечания

См. также

Другие ресурсы

Запуск и остановка служб

Справка и поддержка

Получение помощи по SQL Server 2005