ResourcePoolParameterType Enumeration

Specifies a resource pool parameter type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ResourcePoolParameterType
[SerializableAttribute]
public enum ResourcePoolParameterType
[SerializableAttribute]
public enum class ResourcePoolParameterType
[<SerializableAttribute>]
type ResourcePoolParameterType
public enum ResourcePoolParameterType

Members

Member name Description
Unknown Type is Unknown
MaxCpuPercent Type is MaxCpuPercent
MaxMemoryPercent Type is MaxMemoryPercent
MinCpuPercent Type is MinCpuPercent
MinMemoryPercent Type is MinMemoryPercent

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace