共用方式為


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.