次の方法で共有


BrokerPriority.Drop メソッド

メッセージ交換の優先度を削除します。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Drop
'使用
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()

実装

IDroppable.Drop()

説明

メッセージ交換の優先度を削除した場合、既存のすべてのメッセージ交換では、そのメッセージ交換の優先度から割り当てられた優先順位で操作が続行されます。

使用例

DROP BROKER PRIORITY (Transact-SQL)

関連項目

参照

BrokerPriority クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間

その他の技術情報

メッセージ交換の優先度

メッセージ交換の優先度の管理

メッセージ交換の優先度のトラブルシューティング

開発 (Service Broker)

概要 (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

ALTER BROKER PRIORITY (Transact-SQL)