Compartir a través de


BrokerPriorityCollection Clase

The BrokerPriorityCollection class represents a collection of BrokerPriority objects that represent all the conversation priorities 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 BrokerPriorityCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As BrokerPriorityCollection
public sealed class BrokerPriorityCollection : SimpleObjectCollectionBase
public ref class BrokerPriorityCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type BrokerPriorityCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class BrokerPriorityCollection extends SimpleObjectCollectionBase

Notas

A BrokerPriorityCollection object can be used to gain access to a set of message types. You can use the Item property to return a specific BrokerPriority 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.