Condividi tramite


Proprietà MessageType.Events

Gets the events associated with the message type.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As MessageTypeEvents 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Readme_ServiceBrokerConfiguration

Vedere anche

Riferimento

MessageType Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Sviluppo (Service Broker)

Gestione di Service Broker

Panoramica (Service Broker)

CREATE MESSAGE TYPE (Transact-SQL)