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


Метод BrokerPriority.Drop

Removes the conversation priority.

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

Синтаксис

'Декларация
Public Sub Drop
'Применение
Dim instance As BrokerPriority

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

Реализует

IDroppable.Drop()

Замечания

When you drop a conversation priority, all existing conversations continue to operate with the priority levels they were assigned from the conversation priority.

Примеры

DROP BROKER PRIORITY (Transact-SQL)

См. также

Справочник

BrokerPriority Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Приоритеты диалогов

Управление приоритетом диалогов

Устранение неполадок с приоритетами диалогов

Разработка (компонент Service Broker)

Общие сведения (компонент Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

Инструкция ALTER BROKER PRIORITY (Transact-SQL)