ResourcePoolParameterType 열거형

Specifies the types of parameters used in a CREATE/ALTER RESOURCE POOL statement.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
<SerializableAttribute> _
Public Enumeration ResourcePoolParameterType
‘사용 방법
Dim instance As ResourcePoolParameterType
[SerializableAttribute]
public enum ResourcePoolParameterType
[SerializableAttribute]
public enum class ResourcePoolParameterType
[<SerializableAttribute>]
type ResourcePoolParameterType
public enum ResourcePoolParameterType

멤버

멤버 이름 설명
Affinity The type is Affinity.
CapCpuPercent The type is CapCpuPercent.
CapIoPercent The type is CaploPercent.
MaxCpuPercent The type is MaxCpuPercent.
MaxIoPercent The type is MaxloPercent.
MaxMemoryPercent The type is MaxMemoryPercent.
MinCpuPercent The type is MinCpuPercent.
MinIoPercent The type is MinloPercent.
MinMemoryPercent The type is MinMemoryPercent.
TargetMemoryPercent The type is TargetMemoryPercent.
Unknown The type is Unknown.

참고 항목

참조

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스