共用方式為


SubscribeToEvents 方法 (ServiceQueueEventSet)

Specifies the service queue events to receive.

命名空間:  Microsoft.SqlServer.Management.Smo.Broker
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub SubscribeToEvents ( _
    events As ServiceQueueEventSet _
)
'用途
Dim instance As ServiceQueueEvents
Dim events As ServiceQueueEventSet

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

參數

備註

Events are sent to the event handlers that are registered with the ServerEvent event.