Свойство Events
Gets the events associated with the message type.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Events As MessageTypeEvents
Get
'Применение
Dim instance As MessageType
Dim value As MessageTypeEvents
value = instance.Events
public MessageTypeEvents Events { get; }
public:
property MessageTypeEvents^ Events {
MessageTypeEvents^ get ();
}
member Events : MessageTypeEvents
function get Events () : MessageTypeEvents
Значение свойства
Тип Microsoft.SqlServer.Management.Smo.Broker. . :: . .MessageTypeEvents
A MessageTypeEvents object that represents the message type events.