Propriedade do RDL 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.
Consulte também