Classe BrokerPriorityCollection

The BrokerPriorityCollection class represents a collection of BrokerPriority objects that represent all the conversation priorities defined on a database.

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

Syntaxe

'Déclaration
Public NotInheritable Class BrokerPriorityCollection _
    Inherits SimpleObjectCollectionBase
'Utilisation
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

Notes

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

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.