共用方式為


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 命名空間