Поделиться через


Свойство ServiceQueue.Events

Gets the events associated with the service queue.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Events As ServiceQueueEvents 
    Get
'Применение
Dim instance As ServiceQueue 
Dim value As ServiceQueueEvents 

value = instance.Events
public ServiceQueueEvents Events { get; }
public:
property ServiceQueueEvents^ Events {
    ServiceQueueEvents^ get ();
}
member Events : ServiceQueueEvents
function get Events () : ServiceQueueEvents

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents
A ServiceQueueEvents object that represents the service queue events.

Примеры

Readme_ServiceBrokerConfiguration

См. также

Справочник

ServiceQueue Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Разработка (компонент Service Broker)

Управление компонентом Service Broker

Общие сведения (компонент Service Broker)

CREATE QUEUE (Transact-SQL)