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 物件

適用於