NumaNodeCollection Class
The NumaNodeCollection object contains information about one NUMA node on an instance of SQL Server.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of NumaNode entries in the collection. |
![]() | IsSynchronized | Gets a value that indicates whether the collection is synchronized with the instance of SQL Server. |
![]() | Item[Int32] | Gets a NumaNode object. |
![]() | SyncRoot | Gets the synchronization root node for the NumaNodeCollection object. |
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array^, Int32) | Copies the collection of objects to a one-dimensional array beginning at the specified index value. |
![]() | CopyTo(array<NumaNode^>^, Int32) | Copies the contents of the NumaNodeCollection object to an array of NumaNode objects. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetByID(Int32) | Gets a NumaNode object with the specified Numa node ID from the collection. |
![]() | GetElementAt(Int32) | Gets a NumaNode object from the specified position in the collection. |
![]() | GetEnumerator() | Gets an T:System.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.) |
The methods T:Microsoft.SqlServer.Management.Smo.CpuCollection.Count,
T:Microsoft.SqlServer.Management.Smo.CpuCollection.IsSynchronized,
T:Microsoft.SqlServer.Management.Smo.CpuCollection.SyncRoot and
M:Microsoft.SqlServer.Management.Smo.CpuCollection.CopyTo(T:System.Array, T:System.Int32) are inherited from ICollection.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

