Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ResourcePoolParameterType
[SerializableAttribute]
public enum ResourcePoolParameterType
[SerializableAttribute]
public enum class 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 |