WorkloadGroup.GroupMaximumRequests 属性

Gets or sets the maximum number of requests that can be stored in the workload group.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property GroupMaximumRequests As Integer 
    Get 
    Set
用法
Dim instance As WorkloadGroup 
Dim value As Integer 

value = instance.GroupMaximumRequests

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

属性值

类型:System.Int32
An Int32 value that specifies the maximum number of requests allowed in the workload group.

请参阅

参考

WorkloadGroup 类

Microsoft.SqlServer.Management.Smo 命名空间