Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a workload group resource parameter type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration WorkloadGroupResourceParameterType
[SerializableAttribute]
public enum WorkloadGroupResourceParameterType
[SerializableAttribute]
public enum class WorkloadGroupResourceParameterType
[<SerializableAttribute>]
type WorkloadGroupResourceParameterType
public enum WorkloadGroupResourceParameterType
Members
| Member name | Description | |
|---|---|---|
| Unknown | Type is Unknown | |
| RequestMaxMemoryGrantPercent | Type is RequestMaxMemoryGrantPercent | |
| RequestMaxCpuTimeSec | Type is RequestMaxCpuTimeSec | |
| RequestMemoryGrantTimeoutSec | Type is RequestMemoryGrantTimeoutSec | |
| MaxDop | Type is MaxDop | |
| GroupMaxRequests | Type is GroupMaxRequests |