Partager via


Méthode ServiceQueueCollection.ItemById

Extracts a member from the ServiceQueueCollection collection 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 ServiceQueue
'Utilisation
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

Paramètres

Valeur de retour

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

Exemples

Utilisation de collections

Voir aussi

Référence

ServiceQueueCollection Classe

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

Autres ressources

Utilisation de collections