WorkloadGroup Class
Model schema container class for WorkloadGroup
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.WorkloadGroup
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class WorkloadGroup
'Usage
public static class WorkloadGroup
public ref class WorkloadGroup abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type WorkloadGroup = class end
public final class WorkloadGroup
The WorkloadGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
GroupMaxRequests | GroupMaxRequests property class of WorkloadGroup | |
Importance | Importance property class of WorkloadGroup | |
MaxDop | MaxDop property class of WorkloadGroup | |
RequestMaxCpuTimeSec | RequestMaxCpuTimeSec property class of WorkloadGroup | |
RequestMaxMemoryGrantPercent | RequestMaxMemoryGrantPercent property class of WorkloadGroup | |
RequestMemoryGrantTimeoutSec | RequestMemoryGrantTimeoutSec property class of WorkloadGroup | |
ResourcePool | ResourcePool relationship class of WorkloadGroup | |
TypeClass | Type class for WorkloadGroup |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.