다음을 통해 공유


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.