Méthode BrokerPriorityCollection.ItemById

Extracts a member from the BrokerPriorityCollection collection by using a system-defined, unique identifier.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function ItemById ( _
    id As Integer _
) As BrokerPriority
'Utilisation
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

Paramètres

Valeur de retour

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

Exemples

Utilisation de collections

Voir aussi

Référence

BrokerPriorityCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker