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
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
Espace de noms Microsoft.SqlServer.Management.Smo.Broker
Autres ressources
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)