ExternalResourcePoolParameterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of parameters used in a CREATE/ALTER EXTERNAL RESOURCE POOL statement
[System.Serializable]
public enum ExternalResourcePoolParameterType
[<System.Serializable>]
type ExternalResourcePoolParameterType =
Public Enum ExternalResourcePoolParameterType
- Inheritance
-
ExternalResourcePoolParameterType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
MaxCpuPercent | 1 | |
MaxMemoryPercent | 2 | |
MaxProcesses | 3 | |
Affinity | 4 |