Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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