Metoda BrokerPriorityCollection.ItemById
Wyodrębnia element członkowski z BrokerPriorityCollection kolekcja za pomocą identyfikator unikatowy, zdefiniowanych przez system.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function ItemById ( _
id As Integer _
) As BrokerPriority
'Użycie
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
Parametry
- id
Typ: System.Int32
Int32 Wartość, która jednoznacznie identyfikuje BrokerPriority obiektu jest element członkowski z BrokerPriorityCollection kolekcja.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority obiekt, który ma określoną wartość Identyfikatora.
Zobacz także