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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間