Condividi tramite


Proprietà 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.