Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.