Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the events associated with the message type.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As MessageTypeEvents
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents
A MessageTypeEvents object that represents the message type events.
Examples
Readme_ServiceBrokerConfiguration
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace