Метод 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
Параметры
- id
Тип: System.Int32
An Int32 value that uniquely identifies the ServiceQueue object that is a member of the ServiceQueueCollection collection.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue object that has the specified ID value.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker