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.