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 命名空间