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


Свойство 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.