CpuCollection.GetElementAt(Int32) メソッド

定義

インデックスから特定の Cpu を取得します。

public Microsoft.SqlServer.Management.Smo.Cpu GetElementAt(int position);
member this.GetElementAt : int -> Microsoft.SqlServer.Management.Smo.Cpu
Public Function GetElementAt (position As Integer) As Cpu

パラメーター

position
Int32

コレクション内の Cpu の位置

返品

Cpu

Cpu オブジェクト

適用対象