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
)
매개 변수
- events
유형: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to stop receiving.