Partager via


Méthode BrokerPriority.Drop

Removes the conversation priority.

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

Syntaxe

'Déclaration
Public Sub Drop
'Utilisation
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()

Implémente

IDroppable.Drop()

Notes

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

Exemples

DROP BROKER PRIORITY (Transact-SQL)

Voir aussi

Référence

BrokerPriority Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Priorités de conversation

Gestion des priorités de conversation

Résolution des problèmes liés aux priorités de conversation

Développement (Service Broker)

Vue d'ensemble (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)