ServiceQueueEvents.UnsubscribeFromEvents 메서드

Clears the specified event settings, and removes the specified event handlers.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub UnsubscribeFromEvents ( _
    events As ServiceQueueEventSet _
)
‘사용 방법
Dim instance As ServiceQueueEvents 
Dim events As ServiceQueueEventSet

instance.UnsubscribeFromEvents(events)
public void UnsubscribeFromEvents(
    ServiceQueueEventSet events
)
public:
void UnsubscribeFromEvents(
    ServiceQueueEventSet^ events
)
member UnsubscribeFromEvents : 
        events:ServiceQueueEventSet -> unit
public function UnsubscribeFromEvents(
    events : ServiceQueueEventSet
)

매개 변수

SMO 이벤트 처리

참고 항목

참조

ServiceQueueEvents 클래스

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스