AffinityInfoBase.NumaNodes 속성
Gets a collection that contains the NUMA node settings.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property NumaNodes As NumaNodeCollection
Get
‘사용 방법
Dim instance As AffinityInfoBase
Dim value As NumaNodeCollection
value = instance.NumaNodes
public NumaNodeCollection NumaNodes { get; }
public:
property NumaNodeCollection^ NumaNodes {
NumaNodeCollection^ get ();
}
member NumaNodes : NumaNodeCollection
function get NumaNodes () : NumaNodeCollection
속성 값
유형: Microsoft.SqlServer.Management.Smo.NumaNodeCollection
A collection of NUMA nodes.