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 OSRunPriority enumeration contains constant values that specify the levels of priority given to running the operating system.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration OSRunPriority
'Uso
Dim instance As OSRunPriority
public enum OSRunPriority
public enum class OSRunPriority
type OSRunPriority
public enum OSRunPriority
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| AboveNormal | The operating system runs with above-normal priority. | |
| BelowNormal | The operating system runs with below-normal priority. | |
| Idle | The operating system operations run when the processor is idle. | |
| Normal | The operating system runs with normal priority. | |
| TimeCritical | The operating system runs with the highest priority. |
Comentarios
The OSRunPriority enumeration class is served by the OSRunPriority property.