Метод 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
Параметры
- id
Тип: System. . :: . .Int32
Значение Int32, уникально идентифицирующее объект ServiceQueue, который является элементом коллекции ServiceQueueCollection.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue
Объект ServiceQueue с указанным значением идентификатора.
См. также