Partilhar via


Classe NumaNodeCollection

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class NumaNodeCollection _
    Implements ICollection, IEnumerable
'Uso
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

O tipo NumaNodeCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of NumaNode entries in the collection.
Propriedade pública IsSynchronized Gets a value that indicates whether the collection is synchronized with the instance of SQL Server.
Propriedade pública Item Gets a NumaNode object.
Propriedade pública SyncRoot Gets the synchronization root node for the NumaNodeCollection object.

Início

Métodos

  Nome Descrição
Método público CopyTo(Array, Int32) Copies the collection of objects to a one-dimensional array beginning at the specified index value.
Método público CopyTo(array<NumaNode> [] () [] [], Int32) Copies the contents of the NumaNodeCollection object to an array of NumaNode objects.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetByID Gets a NumaNode object with the specified Numa node ID from the collection.
Método público GetElementAt Gets a NumaNode object from the specified position in the collection.
Método público GetEnumerator Gets an IEnumerator interface that can be used to iterate over the NumaNodeCollection object.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público SetAffinityToRange(Int32, Int32, NumaNodeAffinity) Sets the affinity mask for the NUMA nodes in the specified range.
Método público SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) Sets the affinity mask for the Numa nodes in the specified range.
Método público ToString (Herdado de Object.)

Início

Comentários

The methods Count,

IsSynchronized,

SyncRoot and

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência