Compartir a través de


ServiceQueueCollection Clase

The ServiceQueueCollection class represents a collection of ServiceQueue objects that represent all the service queues defined on a database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class ServiceQueueCollection _
    Inherits SchemaCollectionBase
'Uso
Dim instance As ServiceQueueCollection
public sealed class ServiceQueueCollection : SchemaCollectionBase
public ref class ServiceQueueCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type ServiceQueueCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class ServiceQueueCollection extends SchemaCollectionBase

Notas

A ServiceQueueCollection object can be used to gain access to a set of service queues. You can use the Item property to return a specific ServiceQueue object.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.