NumaNodeCollection Class
SQL Server 2012
The NumaNodeCollection object contains information about one NUMA node on an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The NumaNodeCollection 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(NumaNode[], Int32) | Copies the contents of the NumaNodeCollection object to an array of NumaNode objects. |
![]() | Equals | (Inherited from Object.) |
![]() | GetByID | Gets a NumaNode object with the specified Numa node ID from the collection. |
![]() | GetElementAt | Gets a NumaNode object from the specified position in the collection. |
![]() | GetEnumerator | Gets an IEnumerator interface that can be used to iterate over the NumaNodeCollection object. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | SetAffinityToRange(Int32, Int32, NumaNodeAffinity) | Sets the affinity mask for the NUMA nodes in the specified range. |
![]() | SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) | Sets the affinity mask for the Numa nodes in the specified range. |
![]() | ToString | (Inherited from Object.) |
