Метод 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
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to receive.