다음을 통해 공유


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.