共用方式為


AffinityInfoBase.NumaNodes 屬性

Gets a collection that contains the NUMA node settings.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property NumaNodes As NumaNodeCollection 
    Get
'用途
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

屬性值

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

請參閱

參考

AffinityInfoBase 類別

Microsoft.SqlServer.Management.Smo 命名空間