Propriété AffinityInfoBase.NumaNodes
Gets a collection that contains the NUMA node settings.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NumaNodes As NumaNodeCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.NumaNodeCollection
A collection of NUMA nodes.