Compartir a través de


AffinityInfoBase.NumaNodes Propiedad

Gets a collection that contains the NUMA node settings.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property NumaNodes As NumaNodeCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.NumaNodeCollection
A collection of NUMA nodes.

Vea también

Referencia

AffinityInfoBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo