Compartilhar via


Propriedade do RDL BrokerService.Events

Gets the events associated with the Service Broker service.

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

Sintaxe

'Declaração
Public ReadOnly Property Events As BrokerServiceEvents 
    Get
'Uso
Dim instance As BrokerService 
Dim value As BrokerServiceEvents 

value = instance.Events
public BrokerServiceEvents Events { get; }
public:
property BrokerServiceEvents^ Events {
    BrokerServiceEvents^ get ();
}
member Events : BrokerServiceEvents
function get Events () : BrokerServiceEvents

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents
A BrokerServiceEvents object that represents the Service Broker service events.

Exemplos

Readme_ServiceBrokerConfiguration

Consulte também

Referência

BrokerService Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Desenvolvimento (Service Broker)

Gerenciando o Service Broker

Visão geral (Service Broker)