NumaNodeCollection.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
參數
- numanodeId
型別:System.Int32
A Int32 value specifying the ID of the Numa node to retrieve.
傳回值
型別:Microsoft.SqlServer.Management.Smo.NumaNode
A NumaNode object with the specified Numa node ID from the collection.