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


Метод ItemById

Извлекает элемент коллекции ServiceQueueCollection по определенному системой уникальному идентификатору.

Пространство имен:  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
Объект ServiceQueue с указанным значением идентификатора.