CpuCollection.GetElementAt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 object