CpuCollection.Item[Int32] Property
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 this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Cpu
Default Public ReadOnly Property Item(index As Integer) As Cpu
Parameters
- index
- Int32
position of the Cpu in collection
Property Value
Cpu object