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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.