CpuCollection.GetElementAt(Int32) Method

Definition

Gets a particular Cpu from its Index

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

Parameters

position
Int32

position of the Cpu in collection

Returns

Cpu

Cpu object

Applies to