Freigeben über


Item-Eigenschaft

Gets a Cpu object from the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Cpu
    Get
'Usage
Dim instance As CpuCollection
Dim index As Integer
Dim value As Cpu

value = instance(index)
public Cpu this[
    int index
] { get; }
public:
property Cpu^ default[int index] {
    Cpu^ get (int index);
}
member Item : Cpu
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .Cpu
Returns a T[:Microsoft.SqlServer.Management.Smo.Cpu] object.