다음을 통해 공유


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 네임스페이스