Enumerazione ServiceStartMode
The ServiceStartMode enumeration contains values that are used to specify the method that is used to start a service.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Enumeration ServiceStartMode
'Utilizzo
Dim instance As ServiceStartMode
public enum ServiceStartMode
public enum class ServiceStartMode
type ServiceStartMode
public enum ServiceStartMode
Membri
Nome membro | Descrizione | |
---|---|---|
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. |