다음을 통해 공유


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 네임스페이스