WorkloadGroupParameterType 枚举
Represents the types of workload resource parameters.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration WorkloadGroupParameterType
用法
Dim instance As WorkloadGroupParameterType
[SerializableAttribute]
public enum WorkloadGroupParameterType
[SerializableAttribute]
public enum class WorkloadGroupParameterType
[<SerializableAttribute>]
type WorkloadGroupParameterType
public enum WorkloadGroupParameterType
成员
成员名称 | 说明 | |
---|---|---|
GroupMaxRequests | The GroupMaxRequests workload parameter type. | |
GroupMinMemoryPercent | The GroupMinMemoryPercent workload parameter type. | |
Importance | The Importance workload parameter type. | |
MaxDop | The MaxDop workload parameter type. | |
RequestMaxCpuTimeSec | The RequestMaxCpuTimeSec workload parameter type. | |
RequestMaxMemoryGrantPercent | The RequestMaxMemoryGrantPercent workload parameter type. | |
RequestMemoryGrantTimeoutSec | The RequestMemoryGrantTimeoutSec workload parameter type. |