WorkloadGroup.RequestMaximumCpuTimeInSeconds 属性

Gets or sets the request maximum CPU time in seconds

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RequestMaximumCpuTimeInSeconds As Integer 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

WorkloadGroup 类

Microsoft.SqlServer.Management.Smo 命名空间