共用方式為


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 命名空間