Partager via


Propriété JobStep.OSRunPriority

Gets or sets the execution thread scheduling for job steps executing operating system tasks.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property OSRunPriority As OSRunPriority 
    Get 
    Set
'Utilisation
Dim instance As JobStep 
Dim value As OSRunPriority 

value = instance.OSRunPriority

instance.OSRunPriority = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public OSRunPriority OSRunPriority { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property OSRunPriority OSRunPriority {
    OSRunPriority get ();
    void set (OSRunPriority value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member OSRunPriority : OSRunPriority with get, set
function get OSRunPriority () : OSRunPriority 
function set OSRunPriority (value : OSRunPriority)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Agent.OSRunPriority
An OSRunPriority value that specifies the priority given to job steps executing operating system tasks.

Notes

Set the OSRunPriority property to modify execution thread scheduling for job steps executing operating system commands. The property specifies a thread priority relative to that granted to an instance of Microsoft SQL Server.

Caution   Setting operating system thread priority can have adverse effects on other processes running on the server. Care should be taken when specifying priorities greater than normal.

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

JobStep Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent

Autres ressources

Tâches d'administration automatisée (Agent SQL Server)

sp_help_jobstep (Transact-SQL)