NumaNodeCollection 類別
The NumaNodeCollection object contains information about one NUMA node on an instance of SQL Server.
繼承階層
System.Object
Microsoft.SqlServer.Management.Smo.NumaNodeCollection
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public NotInheritable Class NumaNodeCollection _
Implements ICollection, IEnumerable
'用途
Dim instance As NumaNodeCollection
public sealed class NumaNodeCollection : ICollection,
IEnumerable
public ref class NumaNodeCollection sealed : ICollection,
IEnumerable
[<SealedAttribute>]
type NumaNodeCollection =
class
interface ICollection
interface IEnumerable
end
public final class NumaNodeCollection implements ICollection, IEnumerable
NumaNodeCollection 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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 | Gets a NumaNode object. | |
SyncRoot | Gets the synchronization root node for the NumaNodeCollection object. |
上層
方法
名稱 | 說明 | |
---|---|---|
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。) | |
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 | (繼承自 Object。) | |
GetType | (繼承自 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 | (繼承自 Object。) |
上層
備註
The methods Count,
IsSynchronized,
SyncRoot and
[M:Microsoft.SqlServer.Management.Smo.CpuCollection.CopyTo(T:System.Array,T:System.Int32)] are inherited from ICollection.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。