NumaNodeCollection-Klasse

The NumaNodeCollection object contains information about one NUMA node on an instance of SQL Server.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.NumaNodeCollection

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class NumaNodeCollection _
    Implements ICollection, IEnumerable
'Usage
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

Der NumaNodeCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of NumaNode entries in the collection.
Öffentliche Eigenschaft IsSynchronized Gets a value that indicates whether the collection is synchronized with the instance of SQL Server.
Öffentliche Eigenschaft Item Gets a NumaNode object.
Öffentliche Eigenschaft SyncRoot Gets the synchronization root node for the NumaNodeCollection object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo(Array, Int32) Copies the collection of objects to a one-dimensional array beginning at the specified index value.
Öffentliche Methode CopyTo(array<NumaNode[], Int32) Copies the contents of the NumaNodeCollection object to an array of NumaNode objects.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetByID Gets a NumaNode object with the specified Numa node ID from the collection.
Öffentliche Methode GetElementAt Gets a NumaNode object from the specified position in the collection.
Öffentliche Methode GetEnumerator Gets an IEnumerator interface that can be used to iterate over the NumaNodeCollection object.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode SetAffinityToRange(Int32, Int32, NumaNodeAffinity) Sets the affinity mask for the NUMA nodes in the specified range.
Öffentliche Methode SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) Sets the affinity mask for the Numa nodes in the specified range.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

The methods Count,

IsSynchronized,

SyncRoot and

[M:Microsoft.SqlServer.Management.Smo.CpuCollection.CopyTo(T:System.Array,T:System.Int32)] are inherited from ICollection.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace