Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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. |