CpuCollection Methods
SQL Server 2012
The CpuCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyTo(Array, Int32) | Copies the collection of objects to a one-dimensional array beginning at the specified index value. |
|
CopyTo(Cpu[], Int32) | Copies the collection of objects to a one-dimensional array beginning at the specified index value. |
|
Equals | (Inherited from Object.) |
|
GetByID | Gets a Cpu object with the specified CPU ID from the collection. |
|
GetElementAt | Gets a Cpu object from the specified position in the collection. |
|
GetEnumerator | Gets a IEnumerator interface that can be used to iterate over the CpuCollection object. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
SetAffinityToAll | Sets the affinity mask for all CPUs on an instance of SQL Server. |
|
SetAffinityToRange(Int32, Int32, Boolean) | Sets the affinity mask for the CPUs in the specified range. |
|
SetAffinityToRange(Int32, Int32, Boolean, Boolean) | Sets the affinity mask for the CPUs in the specified range. |
|
ToString | (Inherited from Object.) |
