GetByID 方法

Gets a NumaNode object with the specified Numa node ID from the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function GetByID ( _
    numanodeId As Integer _
) As NumaNode
用法
Dim instance As NumaNodeCollection
Dim numanodeId As Integer
Dim returnValue As NumaNode

returnValue = instance.GetByID(numanodeId)
public NumaNode GetByID(
    int numanodeId
)
public:
NumaNode^ GetByID(
    int numanodeId
)
member GetByID : 
        numanodeId:int -> NumaNode 
public function GetByID(
    numanodeId : int
) : NumaNode

参数

返回值

类型:Microsoft.SqlServer.Management.Smo. . :: . .NumaNode
A NumaNode object with the specified Numa node ID from the collection.