ResourcePoolParameterType 枚举

指定资源池参数类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration ResourcePoolParameterType
[SerializableAttribute]
public enum ResourcePoolParameterType
[SerializableAttribute]
public enum class ResourcePoolParameterType
[<SerializableAttribute>]
type ResourcePoolParameterType
public enum ResourcePoolParameterType

成员

成员名称 说明
Unknown 类型为 Unknown
MaxCpuPercent 类型为 MaxCpuPercent
MaxMemoryPercent 类型为 MaxMemoryPercent
MinCpuPercent 类型为 MinCpuPercent
MinMemoryPercent 类型为 MinMemoryPercent

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间