CpuCollection.Item[Int32] Property

Definition

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

Cpu object

Applies to