Freigeben über


MessageType.Events-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents
A MessageTypeEvents object that represents the message type events.

Beispiele

Readme_ServiceBrokerConfiguration

Siehe auch

Verweis

MessageType Klasse

Microsoft.SqlServer.Management.Smo.Broker-Namespace

Andere Ressourcen

Entwicklung (Service Broker)

Verwalten von Service Broker

Übersicht (Service Broker)

CREATE MESSAGE TYPE (Transact-SQL)