다음을 통해 공유


BrokerPriority.Drop 메서드

Removes the conversation priority.

네임스페이스:  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()

주의

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

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)