Compartilhar via


Método BrokerPriority.Drop

Removes the conversation priority.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Drop
'Uso
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()

Implementa

IDroppable.Drop()

Comentários

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

Exemplos

DROP BROKER PRIORITY (Transact-SQL)

Consulte também

Referência

BrokerPriority Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Prioridades de Conversa

Gerenciando as prioridades de conversa

Solucionando problemas de prioridades de conversa

Desenvolvimento (Service Broker)

Visão geral (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)