NumaNodeCollection.GetElementAt 메서드

Gets a NumaNode object from the specified position in the collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function GetElementAt ( _
    position As Integer _
) As NumaNode
‘사용 방법
Dim instance As NumaNodeCollection 
Dim position As Integer 
Dim returnValue As NumaNode 

returnValue = instance.GetElementAt(position)
public NumaNode GetElementAt(
    int position
)
public:
NumaNode^ GetElementAt(
    int position
)
member GetElementAt : 
        position:int -> NumaNode
public function GetElementAt(
    position : int
) : NumaNode

매개 변수

  • position
    유형: System.Int32
    An Int32 value specifying the position in the collection.

반환 값

유형: Microsoft.SqlServer.Management.Smo.NumaNode
A NumaNode object from the specified position in the collection.

참고 항목

참조

NumaNodeCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스