CpuCollection.GetElementAt 方法
Gets a Cpu 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 Cpu
用法
Dim instance As CpuCollection
Dim position As Integer
Dim returnValue As Cpu
returnValue = instance.GetElementAt(position)
public Cpu GetElementAt(
int position
)
public:
Cpu^ GetElementAt(
int position
)
member GetElementAt :
position:int -> Cpu
public function GetElementAt(
position : int
) : Cpu
参数
- position
类型:System.Int32
A Int32 value specifying the position in the collection.
返回值
类型:Microsoft.SqlServer.Management.Smo.Cpu
A Cpu object from the specified position in the collection.