Compartilhar via


Propriedade do RDL MessageType.Events

Gets the events associated with the message type.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Events As MessageTypeEvents 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Readme_ServiceBrokerConfiguration

Consulte também

Referência

MessageType Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Desenvolvimento (Service Broker)

Gerenciando o Service Broker

Visão geral (Service Broker)

CREATE MESSAGE TYPE (Transact-SQL)