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
Public propertyStatic member GroupMaxRequests GroupMaxRequests property class of WorkloadGroup
Public propertyStatic member Importance Importance property class of WorkloadGroup
Public propertyStatic member MaxDop MaxDop property class of WorkloadGroup
Public propertyStatic member RequestMaxCpuTimeSec RequestMaxCpuTimeSec property class of WorkloadGroup
Public propertyStatic member RequestMaxMemoryGrantPercent RequestMaxMemoryGrantPercent property class of WorkloadGroup
Public propertyStatic member RequestMemoryGrantTimeoutSec RequestMemoryGrantTimeoutSec property class of WorkloadGroup
Public propertyStatic member ResourcePool ResourcePool relationship class of WorkloadGroup
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace