Compartilhar via


Propriedade do RDL AffinityInfoBase.NumaNodes

Gets a collection that contains the NUMA node settings.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

AffinityInfoBase Classe

Namespace Microsoft.SqlServer.Management.Smo