NumaNodeCollection.Item[Int32] Property

Definition

Gets a particular NumaNode from the collection on Index

public Microsoft.SqlServer.Management.Smo.NumaNode this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.NumaNode
Default Public ReadOnly Property Item(index As Integer) As NumaNode

Parameters

index
Int32

index of NumaNode

Property Value

NumaNode object

Applies to