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

成员

成员名称 说明
Boot The service is started when the operating system is started.
System The service is started by the system.
Auto The service is started automatically.
Manual The service must be started manually.
Disabled The service is disabled.