Freigeben über


BrokerPriority.Drop-Methode

Removes the conversation priority.

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

Syntax

'Declaration
Public Sub Drop
'Usage
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()

Implementiert

IDroppable.Drop()

Hinweise

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

Beispiele

DROP BROKER PRIORITY (Transact-SQL)

Siehe auch

Verweis

BrokerPriority Klasse

Microsoft.SqlServer.Management.Smo.Broker-Namespace

Andere Ressourcen

Konversationsprioritäten

Verwalten von Konversationsprioritäten

Problembehandlung bei Konversationsprioritäten

Entwicklung (Service Broker)

Übersicht (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)