次の方法で共有


GetElementAt メソッド

コレクション内の指定した位置にある NumaNode オブジェクトを取得します。

名前空間:  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

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo. . :: . .NumaNode
コレクション内の指定した位置にある NumaNode オブジェクトです。