Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the types of parameters used in a CREATE/ALTER RESOURCE POOL statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ResourcePoolParameterType
'Usage
Dim instance As ResourcePoolParameterType
[SerializableAttribute]
public enum ResourcePoolParameterType
[SerializableAttribute]
public enum class ResourcePoolParameterType
[<SerializableAttribute>]
type ResourcePoolParameterType
public enum ResourcePoolParameterType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |