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


Метод BrokerPriorityCollection.ItemById

Extracts a member from the BrokerPriorityCollection collection by 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 BrokerPriority
'Применение
Dim instance As BrokerPriorityCollection 
Dim id As Integer 
Dim returnValue As BrokerPriority 

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

Параметры

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

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

Примеры

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

См. также

Справочник

BrokerPriorityCollection Класс

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