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.