Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The OSRunPriority enumeration contains constant values that specify the levels of priority given to running the operating system.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration OSRunPriority
'Utilisation
Dim instance As OSRunPriority
public enum OSRunPriority
public enum class OSRunPriority
type OSRunPriority
public enum OSRunPriority
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |
Notes
The OSRunPriority enumeration class is served by the OSRunPriority property.