共用方式為


如何:停用 Service Broker 網路 (Transact-SQL)

當任何 Service Broker 端點處於 STARTED 狀態中時,Service Broker 會透過網路傳送和接收訊息。若要停用 Service Broker 網路,請卸除所有 Service Broker 端點。

若要停用 Service Broker 網路

  • 卸除所有 Service Broker 端點。

範例

USE master ;
GO

DROP ENDPOINT BrokerEndpoint ;
GO