Condividi tramite


Classe NumaNodeCollection

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

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

Nel tipo NumaNodeCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of NumaNode entries in the collection.
Proprietà pubblica IsSynchronized Gets a value that indicates whether the collection is synchronized with the instance of SQL Server.
Proprietà pubblica Item Gets a NumaNode object.
Proprietà pubblica SyncRoot Gets the synchronization root node for the NumaNodeCollection object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CopyTo(Array, Int32) Copies the collection of objects to a one-dimensional array beginning at the specified index value.
Metodo pubblico CopyTo(array<NumaNode> [] () [] [], Int32) Copies the contents of the NumaNodeCollection object to an array of NumaNode objects.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetByID Gets a NumaNode object with the specified Numa node ID from the collection.
Metodo pubblico GetElementAt Gets a NumaNode object from the specified position in the collection.
Metodo pubblico GetEnumerator Gets an IEnumerator interface that can be used to iterate over the NumaNodeCollection object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SetAffinityToRange(Int32, Int32, NumaNodeAffinity) Sets the affinity mask for the NUMA nodes in the specified range.
Metodo pubblico SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) Sets the affinity mask for the Numa nodes in the specified range.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

The methods Count,

IsSynchronized,

SyncRoot and

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.