Método ServiceQueueCollection.ItemById
Extracts a member from the ServiceQueueCollection collection using a system-defined, unique identifier.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function ItemById ( _
id As Integer _
) As ServiceQueue
'Uso
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
Parâmetros
- id
Tipo: System.Int32
An Int32 value that uniquely identifies the ServiceQueue object that is a member of the ServiceQueueCollection collection.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue object that has the specified ID value.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Broker