Compartir a través de


WorkloadGroup.RequestMaximumCpuTimeInSeconds Propiedad

Gets or sets the request maximum CPU time in seconds

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RequestMaximumCpuTimeInSeconds As Integer 
    Get 
    Set
'Uso
Dim instance As WorkloadGroup 
Dim value As Integer 

value = instance.RequestMaximumCpuTimeInSeconds

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

Valor de la propiedad

Tipo: System.Int32
An Int32 value that specifies the maximum CPU time in seconds.

Vea también

Referencia

WorkloadGroup Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo