AffinityInfoBase.NumaNodes Property
Gets a collection that contains the NUMA node settings.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property NumaNodes As NumaNodeCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.NumaNodeCollection
A collection of NUMA nodes.