Classe NumaNodeCollection

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class NumaNodeCollection _
    Implements ICollection, IEnumerable
'Utilisation
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

Le type NumaNodeCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of NumaNode entries in the collection.
Propriété publique IsSynchronized Gets a value that indicates whether the collection is synchronized with the instance of SQL Server.
Propriété publique Item Gets a NumaNode object.
Propriété publique SyncRoot Gets the synchronization root node for the NumaNodeCollection object.

Haut de la page

Méthodes

  Nom Description
Méthode publique CopyTo(Array, Int32) Copies the collection of objects to a one-dimensional array beginning at the specified index value.
Méthode publique CopyTo(array<NumaNode> [] () [] [], Int32) Copies the contents of the NumaNodeCollection object to an array of NumaNode objects.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetByID Gets a NumaNode object with the specified Numa node ID from the collection.
Méthode publique GetElementAt Gets a NumaNode object from the specified position in the collection.
Méthode publique GetEnumerator Gets an IEnumerator interface that can be used to iterate over the NumaNodeCollection object.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SetAffinityToRange(Int32, Int32, NumaNodeAffinity) Sets the affinity mask for the NUMA nodes in the specified range.
Méthode publique SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) Sets the affinity mask for the Numa nodes in the specified range.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

The methods Count,

IsSynchronized,

SyncRoot and

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.