ProcessAffinityType 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 type of process affinity in ALTER SERVER CONFIGURATION statement
[System.Serializable]
public enum ProcessAffinityType
[<System.Serializable>]
type ProcessAffinityType =
Public Enum ProcessAffinityType
- Inheritance
-
ProcessAffinityType
- Attributes
Fields
Name | Value | Description |
---|---|---|
CpuAuto | 0 | |
Cpu | 1 | |
NumaNode | 2 |