Поделиться через


Класс BrokerPriorityCollection

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class BrokerPriorityCollection _
    Inherits SimpleObjectCollectionBase
'Применение
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

Замечания

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

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.