Поделиться через


Свойство Item (Int32)

Возвращает объект ServiceQueue из коллекции по номеру индекса.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ServiceQueue
    Get
'Применение
Dim instance As ServiceQueueCollection
Dim index As Integer
Dim value As ServiceQueue

value = instance(index)
public ServiceQueue this[
    int index
] { get; }
public:
property ServiceQueue^ default[int index] {
    ServiceQueue^ get (int index);
}
member Item : ServiceQueue
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue
Значение объекта ServiceQueue, представляющее очередь обслуживания.