Propriété JobServer.IdleCpuPercentage

Gets or sets the CPU idle percentage threshold that the processor is required to achieve before it is considered idle.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property IdleCpuPercentage As Integer 
    Get 
    Set
'Utilisation
Dim instance As JobServer 
Dim value As Integer 

value = instance.IdleCpuPercentage

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

Valeur de propriété

Type : System.Int32
An Int32 value that specifies the CPU idle percentage value.

Exemples

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

Voir aussi

Référence

JobServer Classe

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

Autres ressources

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

Procédures stockées de l'Agent SQL Server (Transact-SQL)