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
)

参数