Metodo BrokerPriority.Drop

Removes the conversation priority.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Drop
'Utilizzo
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()

Osservazioni

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

Esempi

DROP BROKER PRIORITY (Transact-SQL)

Vedere anche

Riferimento

BrokerPriority Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Priorità di conversazione

Gestione delle priorità di conversazione

Risoluzione dei problemi relativi alle priorità di conversazione

Sviluppo (Service Broker)

Panoramica (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)