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


Метод ServiceQueueCollection.ItemById

Extracts a member from the ServiceQueueCollection collection using a system-defined, unique identifier.

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

Синтаксис

'Декларация
Public Function ItemById ( _
    id As Integer _
) As ServiceQueue
'Применение
Dim instance As ServiceQueueCollection 
Dim id As Integer 
Dim returnValue As ServiceQueue 

returnValue = instance.ItemById(id)
public ServiceQueue ItemById(
    int id
)
public:
ServiceQueue^ ItemById(
    int id
)
member ItemById : 
        id:int -> ServiceQueue
public function ItemById(
    id : int
) : ServiceQueue

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue object that has the specified ID value.

Примеры

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

См. также

Справочник

ServiceQueueCollection Класс

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

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

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