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

Gets a ServiceQueue object in the collection by index number.

Пространство имен:  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
A ServiceQueue object value that represents the service queue.

Примеры

Использование коллекций

См. также

Справочник

ServiceQueueCollection Класс

Перегрузка Item

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

Другие ресурсы

Использование коллекций