Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The ServiceStartMode enumeration contains values that are used to specify the method that is used to start a service.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Enumeration ServiceStartMode
'Uso
Dim instance As ServiceStartMode
public enum ServiceStartMode
public enum class ServiceStartMode
type ServiceStartMode
public enum ServiceStartMode
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |