Aracılığıyla paylaş


ServiceStartMode Enumeration

The ServiceStartMode enumeration contains values that are used to specify the method that is used to start a service.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
Public Enumeration ServiceStartMode
public enum ServiceStartMode
public enum class ServiceStartMode
public enum ServiceStartMode
public enum ServiceStartMode

Members

Member name Description
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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.