Свойство Item (String)
Возвращает объект ServiceQueue из коллекции по его имени.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As ServiceQueue
Get
'Применение
Dim instance As ServiceQueueCollection
Dim name As String
Dim value As ServiceQueue
value = instance(name)
public ServiceQueue this[
string name
] { get; }
public:
property ServiceQueue^ default[String^ name] {
ServiceQueue^ get (String^ name);
}
member Item : ServiceQueue
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
Значение String, указывающее имя объекта ServiceQueue в коллекции ServiceQueueCollection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue
Значение объекта ServiceQueue, представляющее очередь обслуживания.
См. также