Свойство CpuCollection.Item

Gets a Cpu object from the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Cpu 
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • index
    Тип: System.Int32
    An Int32 value that specifies the index value in the collection to get.

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Cpu
Returns a T[:Microsoft.SqlServer.Management.Smo.Cpu] object.

См. также

Справочник

CpuCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo