Поделиться через


Свойство 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